Uses of Class
com.oracle.bmc.oda.model.CreateOdaInstanceAttachmentDetails.AttachmentType
-
Packages that use CreateOdaInstanceAttachmentDetails.AttachmentType Package Description com.oracle.bmc.oda.model -
-
Uses of CreateOdaInstanceAttachmentDetails.AttachmentType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CreateOdaInstanceAttachmentDetails.AttachmentType Modifier and Type Method Description static CreateOdaInstanceAttachmentDetails.AttachmentTypeCreateOdaInstanceAttachmentDetails.AttachmentType. create(String key)CreateOdaInstanceAttachmentDetails.AttachmentTypeCreateOdaInstanceAttachmentDetails. getAttachmentType()The type of target instance which this ODA instance is being attached.static CreateOdaInstanceAttachmentDetails.AttachmentTypeCreateOdaInstanceAttachmentDetails.AttachmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateOdaInstanceAttachmentDetails.AttachmentType[]CreateOdaInstanceAttachmentDetails.AttachmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type CreateOdaInstanceAttachmentDetails.AttachmentType Modifier and Type Method Description CreateOdaInstanceAttachmentDetails.BuilderCreateOdaInstanceAttachmentDetails.Builder. attachmentType(CreateOdaInstanceAttachmentDetails.AttachmentType attachmentType)The type of target instance which this ODA instance is being attached.Constructors in com.oracle.bmc.oda.model with parameters of type CreateOdaInstanceAttachmentDetails.AttachmentType 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.
-