Uses of Class
com.oracle.bmc.mysql.requests.ListConfigurationsRequest.Type
-
Packages that use ListConfigurationsRequest.Type Package Description com.oracle.bmc.mysql.requests -
-
Uses of ListConfigurationsRequest.Type in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListConfigurationsRequest.Type Modifier and Type Method Description static ListConfigurationsRequest.Type
ListConfigurationsRequest.Type. create(String key)
static ListConfigurationsRequest.Type
ListConfigurationsRequest.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListConfigurationsRequest.Type[]
ListConfigurationsRequest.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.requests that return types with arguments of type ListConfigurationsRequest.Type Modifier and Type Method Description List<ListConfigurationsRequest.Type>
ListConfigurationsRequest. getType()
The requested Configuration types.Methods in com.oracle.bmc.mysql.requests with parameters of type ListConfigurationsRequest.Type Modifier and Type Method Description ListConfigurationsRequest.Builder
ListConfigurationsRequest.Builder. type(ListConfigurationsRequest.Type singularValue)
Singular setter.Method parameters in com.oracle.bmc.mysql.requests with type arguments of type ListConfigurationsRequest.Type Modifier and Type Method Description ListConfigurationsRequest.Builder
ListConfigurationsRequest.Builder. type(List<ListConfigurationsRequest.Type> type)
The requested Configuration types.
-