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