Uses of Class
com.oracle.bmc.integration.model.AttachmentDetails
-
Packages that use AttachmentDetails Package Description com.oracle.bmc.integration.model -
-
Uses of AttachmentDetails in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return AttachmentDetails Modifier and Type Method Description AttachmentDetails
AttachmentDetails.Builder. build()
Methods in com.oracle.bmc.integration.model that return types with arguments of type AttachmentDetails Modifier and Type Method Description List<AttachmentDetails>
IntegrationInstance. getAttachments()
A list of associated attachments to other servicesMethods in com.oracle.bmc.integration.model with parameters of type AttachmentDetails Modifier and Type Method Description AttachmentDetails.Builder
AttachmentDetails.Builder. copy(AttachmentDetails model)
Method parameters in com.oracle.bmc.integration.model with type arguments of type AttachmentDetails Modifier and Type Method Description IntegrationInstance.Builder
IntegrationInstance.Builder. attachments(List<AttachmentDetails> attachments)
A list of associated attachments to other services
-