Uses of Class
com.oracle.bmc.oda.model.OdaInstance.ShapeName
-
Packages that use OdaInstance.ShapeName Package Description com.oracle.bmc.oda.model -
-
Uses of OdaInstance.ShapeName in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstance.ShapeName Modifier and Type Method Description static OdaInstance.ShapeName
OdaInstance.ShapeName. create(String key)
OdaInstance.ShapeName
OdaInstance. getShapeName()
Shape or size of the instance.static OdaInstance.ShapeName
OdaInstance.ShapeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdaInstance.ShapeName[]
OdaInstance.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 OdaInstance.ShapeName Modifier and Type Method Description OdaInstance.Builder
OdaInstance.Builder. shapeName(OdaInstance.ShapeName shapeName)
Shape or size of the instance.Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstance.ShapeName Constructor Description OdaInstance(String id, String displayName, String description, String compartmentId, OdaInstance.ShapeName shapeName, String webAppUrl, String connectorUrl, Date timeCreated, Date timeUpdated, OdaInstance.LifecycleState lifecycleState, OdaInstance.LifecycleSubState lifecycleSubState, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRoleBasedAccess, String identityDomain, String identityAppGuid, String identityAppConsoleUrl, List<String> importedPackageNames, List<String> importedPackageIds, List<String> attachmentTypes, List<String> attachmentIds, List<RestrictedOperation> restrictedOperations)
Deprecated.
-