Uses of Class
com.oracle.bmc.database.model.ExascaleDbStorageVault.AttachedShapeAttributes
-
Packages that use ExascaleDbStorageVault.AttachedShapeAttributes Package Description com.oracle.bmc.database.model -
-
Uses of ExascaleDbStorageVault.AttachedShapeAttributes in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExascaleDbStorageVault.AttachedShapeAttributes Modifier and Type Method Description static ExascaleDbStorageVault.AttachedShapeAttributes
ExascaleDbStorageVault.AttachedShapeAttributes. create(String key)
static ExascaleDbStorageVault.AttachedShapeAttributes
ExascaleDbStorageVault.AttachedShapeAttributes. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExascaleDbStorageVault.AttachedShapeAttributes[]
ExascaleDbStorageVault.AttachedShapeAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type ExascaleDbStorageVault.AttachedShapeAttributes Modifier and Type Method Description List<ExascaleDbStorageVault.AttachedShapeAttributes>
ExascaleDbStorageVault. getAttachedShapeAttributes()
The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.Method parameters in com.oracle.bmc.database.model with type arguments of type ExascaleDbStorageVault.AttachedShapeAttributes Modifier and Type Method Description ExascaleDbStorageVault.Builder
ExascaleDbStorageVault.Builder. attachedShapeAttributes(List<ExascaleDbStorageVault.AttachedShapeAttributes> attachedShapeAttributes)
The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
-