Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.Logging
-
Packages that use TablespaceSummary.Logging Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.Logging in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.Logging Modifier and Type Method Description static TablespaceSummary.Logging
TablespaceSummary.Logging. create(String key)
TablespaceSummary.Logging
TablespaceSummary. getLogging()
The default logging attribute.static TablespaceSummary.Logging
TablespaceSummary.Logging. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.Logging[]
TablespaceSummary.Logging. 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 TablespaceSummary.Logging Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. logging(TablespaceSummary.Logging logging)
The default logging attribute.
-