Uses of Class
com.oracle.bmc.mysql.requests.ListShapesRequest.IsSupportedFor
-
Packages that use ListShapesRequest.IsSupportedFor Package Description com.oracle.bmc.mysql.requests -
-
Uses of ListShapesRequest.IsSupportedFor in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ListShapesRequest.IsSupportedFor Modifier and Type Method Description static ListShapesRequest.IsSupportedFor
ListShapesRequest.IsSupportedFor. create(String key)
static ListShapesRequest.IsSupportedFor
ListShapesRequest.IsSupportedFor. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListShapesRequest.IsSupportedFor[]
ListShapesRequest.IsSupportedFor. 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 ListShapesRequest.IsSupportedFor Modifier and Type Method Description List<ListShapesRequest.IsSupportedFor>
ListShapesRequest. getIsSupportedFor()
Return shapes that are supported by the service feature.Methods in com.oracle.bmc.mysql.requests with parameters of type ListShapesRequest.IsSupportedFor Modifier and Type Method Description ListShapesRequest.Builder
ListShapesRequest.Builder. isSupportedFor(ListShapesRequest.IsSupportedFor singularValue)
Singular setter.Method parameters in com.oracle.bmc.mysql.requests with type arguments of type ListShapesRequest.IsSupportedFor Modifier and Type Method Description ListShapesRequest.Builder
ListShapesRequest.Builder. isSupportedFor(List<ListShapesRequest.IsSupportedFor> isSupportedFor)
Return shapes that are supported by the service feature.
-