Uses of Class
com.oracle.bmc.databasemanagement.model.Tablespace.IndexCompressFor
-
Packages that use Tablespace.IndexCompressFor Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Tablespace.IndexCompressFor in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Tablespace.IndexCompressFor Modifier and Type Method Description static Tablespace.IndexCompressFor
Tablespace.IndexCompressFor. create(String key)
Tablespace.IndexCompressFor
Tablespace. getIndexCompressFor()
The operation type for which default index compression is enabled.static Tablespace.IndexCompressFor
Tablespace.IndexCompressFor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tablespace.IndexCompressFor[]
Tablespace.IndexCompressFor. 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 Tablespace.IndexCompressFor Modifier and Type Method Description Tablespace.Builder
Tablespace.Builder. indexCompressFor(Tablespace.IndexCompressFor indexCompressFor)
The operation type for which default index compression is enabled.
-