Uses of Class
com.oracle.bmc.fusionapps.model.CreateServiceAttachmentDetails
-
Packages that use CreateServiceAttachmentDetails Package Description com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of CreateServiceAttachmentDetails in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return CreateServiceAttachmentDetails Modifier and Type Method Description CreateServiceAttachmentDetails
CreateServiceAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.fusionapps.model with parameters of type CreateServiceAttachmentDetails Modifier and Type Method Description CreateServiceAttachmentDetails.Builder
CreateServiceAttachmentDetails.Builder. copy(CreateServiceAttachmentDetails model)
-
Uses of CreateServiceAttachmentDetails in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return CreateServiceAttachmentDetails Modifier and Type Method Description CreateServiceAttachmentDetails
CreateServiceAttachmentRequest. getBody$()
Alternative accessor for the body parameter.CreateServiceAttachmentDetails
CreateServiceAttachmentRequest. getCreateServiceAttachmentDetails()
Details for the service attachment.Methods in com.oracle.bmc.fusionapps.requests with parameters of type CreateServiceAttachmentDetails Modifier and Type Method Description CreateServiceAttachmentRequest.Builder
CreateServiceAttachmentRequest.Builder. body$(CreateServiceAttachmentDetails body)
Alternative setter for the body parameter.CreateServiceAttachmentRequest.Builder
CreateServiceAttachmentRequest.Builder. createServiceAttachmentDetails(CreateServiceAttachmentDetails createServiceAttachmentDetails)
Details for the service attachment.
-