Uses of Class
com.oracle.bmc.oda.model.OdaInstanceAttachmentOwner
-
Packages that use OdaInstanceAttachmentOwner Package Description com.oracle.bmc.oda.model -
-
Uses of OdaInstanceAttachmentOwner in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstanceAttachmentOwner Modifier and Type Method Description OdaInstanceAttachmentOwner
OdaInstanceAttachmentOwner.Builder. build()
OdaInstanceAttachmentOwner
CreateOdaInstanceAttachmentDetails. getOwner()
OdaInstanceAttachmentOwner
UpdateOdaInstanceAttachmentDetails. getOwner()
Methods in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachmentOwner Modifier and Type Method Description OdaInstanceAttachmentOwner.Builder
OdaInstanceAttachmentOwner.Builder. copy(OdaInstanceAttachmentOwner model)
CreateOdaInstanceAttachmentDetails.Builder
CreateOdaInstanceAttachmentDetails.Builder. owner(OdaInstanceAttachmentOwner owner)
UpdateOdaInstanceAttachmentDetails.Builder
UpdateOdaInstanceAttachmentDetails.Builder. owner(OdaInstanceAttachmentOwner owner)
Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstanceAttachmentOwner Constructor Description CreateOdaInstanceAttachmentDetails(String attachToId, CreateOdaInstanceAttachmentDetails.AttachmentType attachmentType, String attachmentMetadata, List<String> restrictedOperations, OdaInstanceAttachmentOwner owner, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateOdaInstanceAttachmentDetails(String attachmentMetadata, List<String> restrictedOperations, OdaInstanceAttachmentOwner owner, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-