Uses of Class
com.oracle.bmc.oda.model.OdaInstanceOwner
-
Packages that use OdaInstanceOwner Package Description com.oracle.bmc.oda.model -
-
Uses of OdaInstanceOwner in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstanceOwner Modifier and Type Method Description OdaInstanceOwner
OdaInstanceOwner.Builder. build()
OdaInstanceOwner
OdaInstanceAttachment. getOwner()
OdaInstanceOwner
OdaInstanceAttachmentSummary. getOwner()
Methods in com.oracle.bmc.oda.model with parameters of type OdaInstanceOwner Modifier and Type Method Description OdaInstanceOwner.Builder
OdaInstanceOwner.Builder. copy(OdaInstanceOwner model)
OdaInstanceAttachment.Builder
OdaInstanceAttachment.Builder. owner(OdaInstanceOwner owner)
OdaInstanceAttachmentSummary.Builder
OdaInstanceAttachmentSummary.Builder. owner(OdaInstanceOwner owner)
Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstanceOwner Constructor Description OdaInstanceAttachment(String id, String instanceId, String attachToId, OdaInstanceAttachment.AttachmentType attachmentType, String attachmentMetadata, List<String> restrictedOperations, OdaInstanceOwner owner, Date timeCreated, Date timeLastUpdate, OdaInstanceAttachment.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OdaInstanceAttachmentSummary(String id, String instanceId, String attachToId, OdaInstanceAttachmentSummary.AttachmentType attachmentType, String attachmentMetadata, List<String> restrictedOperations, OdaInstanceOwner owner, Date timeCreated, Date timeLastUpdate, OdaInstanceAttachment.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-