Uses of Class
com.oracle.bmc.nosql.requests.ListIndexesRequest.LifecycleState
-
Packages that use ListIndexesRequest.LifecycleState Package Description com.oracle.bmc.nosql.requests -
-
Uses of ListIndexesRequest.LifecycleState in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return ListIndexesRequest.LifecycleState Modifier and Type Method Description static ListIndexesRequest.LifecycleState
ListIndexesRequest.LifecycleState. create(String key)
ListIndexesRequest.LifecycleState
ListIndexesRequest. getLifecycleState()
Filter list by the lifecycle state of the item.static ListIndexesRequest.LifecycleState
ListIndexesRequest.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListIndexesRequest.LifecycleState[]
ListIndexesRequest.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 ListIndexesRequest.LifecycleState Modifier and Type Method Description ListIndexesRequest.Builder
ListIndexesRequest.Builder. lifecycleState(ListIndexesRequest.LifecycleState lifecycleState)
Filter list by the lifecycle state of the item.
-