Uses of Class
com.oracle.bmc.nosql.requests.ListTablesRequest.LifecycleState
-
Packages that use ListTablesRequest.LifecycleState Package Description com.oracle.bmc.nosql.requests -
-
Uses of ListTablesRequest.LifecycleState in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return ListTablesRequest.LifecycleState Modifier and Type Method Description static ListTablesRequest.LifecycleState
ListTablesRequest.LifecycleState. create(String key)
ListTablesRequest.LifecycleState
ListTablesRequest. getLifecycleState()
Filter list by the lifecycle state of the item.static ListTablesRequest.LifecycleState
ListTablesRequest.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTablesRequest.LifecycleState[]
ListTablesRequest.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.requests with parameters of type ListTablesRequest.LifecycleState Modifier and Type Method Description ListTablesRequest.Builder
ListTablesRequest.Builder. lifecycleState(ListTablesRequest.LifecycleState lifecycleState)
Filter list by the lifecycle state of the item.
-