Uses of Class
com.oracle.bmc.opsi.requests.ListDatabaseConfigurationsRequest.DatabaseType
-
Packages that use ListDatabaseConfigurationsRequest.DatabaseType Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListDatabaseConfigurationsRequest.DatabaseType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListDatabaseConfigurationsRequest.DatabaseType Modifier and Type Method Description static ListDatabaseConfigurationsRequest.DatabaseType
ListDatabaseConfigurationsRequest.DatabaseType. create(String key)
static ListDatabaseConfigurationsRequest.DatabaseType
ListDatabaseConfigurationsRequest.DatabaseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDatabaseConfigurationsRequest.DatabaseType[]
ListDatabaseConfigurationsRequest.DatabaseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type ListDatabaseConfigurationsRequest.DatabaseType Modifier and Type Method Description List<ListDatabaseConfigurationsRequest.DatabaseType>
ListDatabaseConfigurationsRequest. getDatabaseType()
Filter by one or more database type.Methods in com.oracle.bmc.opsi.requests with parameters of type ListDatabaseConfigurationsRequest.DatabaseType Modifier and Type Method Description ListDatabaseConfigurationsRequest.Builder
ListDatabaseConfigurationsRequest.Builder. databaseType(ListDatabaseConfigurationsRequest.DatabaseType singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type ListDatabaseConfigurationsRequest.DatabaseType Modifier and Type Method Description ListDatabaseConfigurationsRequest.Builder
ListDatabaseConfigurationsRequest.Builder. databaseType(List<ListDatabaseConfigurationsRequest.DatabaseType> databaseType)
Filter by one or more database type.
-