Uses of Class
com.oracle.bmc.oda.model.CreateOdaInstanceDetails.ShapeName
-
Packages that use CreateOdaInstanceDetails.ShapeName Package Description com.oracle.bmc.oda.model -
-
Uses of CreateOdaInstanceDetails.ShapeName in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CreateOdaInstanceDetails.ShapeName Modifier and Type Method Description static CreateOdaInstanceDetails.ShapeName
CreateOdaInstanceDetails.ShapeName. create(String key)
CreateOdaInstanceDetails.ShapeName
CreateOdaInstanceDetails. getShapeName()
Shape or size of the instance.static CreateOdaInstanceDetails.ShapeName
CreateOdaInstanceDetails.ShapeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateOdaInstanceDetails.ShapeName[]
CreateOdaInstanceDetails.ShapeName. 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 CreateOdaInstanceDetails.ShapeName Modifier and Type Method Description CreateOdaInstanceDetails.Builder
CreateOdaInstanceDetails.Builder. shapeName(CreateOdaInstanceDetails.ShapeName shapeName)
Shape or size of the instance.Constructors in com.oracle.bmc.oda.model with parameters of type CreateOdaInstanceDetails.ShapeName Constructor Description CreateOdaInstanceDetails(String displayName, String description, String compartmentId, CreateOdaInstanceDetails.ShapeName shapeName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRoleBasedAccess, String identityDomain)
Deprecated.
-