Uses of Class
com.oracle.bmc.databasemanagement.model.UpdateTablespaceDetails.Type
-
Packages that use UpdateTablespaceDetails.Type Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of UpdateTablespaceDetails.Type in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return UpdateTablespaceDetails.Type Modifier and Type Method Description static UpdateTablespaceDetails.TypeUpdateTablespaceDetails.Type. create(String key)UpdateTablespaceDetails.TypeUpdateTablespaceDetails. getType()The type of tablespace.static UpdateTablespaceDetails.TypeUpdateTablespaceDetails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateTablespaceDetails.Type[]UpdateTablespaceDetails.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type UpdateTablespaceDetails.Type Modifier and Type Method Description UpdateTablespaceDetails.BuilderUpdateTablespaceDetails.Builder. type(UpdateTablespaceDetails.Type type)The type of tablespace.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type UpdateTablespaceDetails.Type Constructor Description UpdateTablespaceDetails(TablespaceAdminCredentialDetails credentialDetails, DatabaseCredentialDetails databaseCredential, String name, UpdateTablespaceDetails.Type type, TablespaceStorageSize fileSize, UpdateTablespaceDetails.Status status, Boolean isAutoExtensible, TablespaceStorageSize autoExtendNextSize, TablespaceStorageSize autoExtendMaxSize, Boolean isMaxSizeUnlimited, Boolean isDefault)Deprecated.
-