Uses of Class
com.oracle.bmc.redis.model.OciCacheUser.LifecycleState
-
Packages that use OciCacheUser.LifecycleState Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of OciCacheUser.LifecycleState in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type OciCacheUser.LifecycleState Modifier and Type Method Description Waiter<GetOciCacheUserRequest,GetOciCacheUserResponse>
OciCacheUserWaiters. forOciCacheUser(GetOciCacheUserRequest request, OciCacheUser.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOciCacheUserRequest,GetOciCacheUserResponse>
OciCacheUserWaiters. forOciCacheUser(GetOciCacheUserRequest request, OciCacheUser.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOciCacheUserRequest,GetOciCacheUserResponse>
OciCacheUserWaiters. forOciCacheUser(GetOciCacheUserRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OciCacheUser.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of OciCacheUser.LifecycleState in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheUser.LifecycleState Modifier and Type Method Description static OciCacheUser.LifecycleState
OciCacheUser.LifecycleState. create(String key)
OciCacheUser.LifecycleState
OciCacheUser. getLifecycleState()
OCI Cache user lifecycle state.OciCacheUser.LifecycleState
OciCacheUserSummary. getLifecycleState()
OCI Cache user lifecycle state.static OciCacheUser.LifecycleState
OciCacheUser.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciCacheUser.LifecycleState[]
OciCacheUser.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheUser.LifecycleState Modifier and Type Method Description OciCacheUser.Builder
OciCacheUser.Builder. lifecycleState(OciCacheUser.LifecycleState lifecycleState)
OCI Cache user lifecycle state.OciCacheUserSummary.Builder
OciCacheUserSummary.Builder. lifecycleState(OciCacheUser.LifecycleState lifecycleState)
OCI Cache user lifecycle state.Constructors in com.oracle.bmc.redis.model with parameters of type OciCacheUser.LifecycleState Constructor Description OciCacheUser(String id, String name, String description, String compartmentId, AuthenticationMode authenticationMode, String aclString, OciCacheUser.Status status, OciCacheUser.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OciCacheUserSummary(String id, String name, String compartmentId, AuthenticationMode.AuthenticationType authenticationType, OciCacheUser.Status status, OciCacheUser.LifecycleState lifecycleState, Date timeCreated, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OciCacheUser.LifecycleState in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return OciCacheUser.LifecycleState Modifier and Type Method Description OciCacheUser.LifecycleState
ListOciCacheUsersRequest. getLifecycleState()
A filter to return the resources, whose lifecycleState matches with the given lifecycleState.Methods in com.oracle.bmc.redis.requests with parameters of type OciCacheUser.LifecycleState Modifier and Type Method Description ListOciCacheUsersRequest.Builder
ListOciCacheUsersRequest.Builder. lifecycleState(OciCacheUser.LifecycleState lifecycleState)
A filter to return the resources, whose lifecycleState matches with the given lifecycleState.
-