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.LifecycleStateListTablesRequest.LifecycleState. create(String key)ListTablesRequest.LifecycleStateListTablesRequest. getLifecycleState()Filter list by the lifecycle state of the item.static ListTablesRequest.LifecycleStateListTablesRequest.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.BuilderListTablesRequest.Builder. lifecycleState(ListTablesRequest.LifecycleState lifecycleState)Filter list by the lifecycle state of the item.
-