Uses of Class
com.oracle.bmc.identity.model.Group.LifecycleState
-
Packages that use Group.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of Group.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type Group.LifecycleState Modifier and Type Method Description Waiter<GetGroupRequest,GetGroupResponse>
IdentityWaiters. forGroup(GetGroupRequest request, Group.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGroupRequest,GetGroupResponse>
IdentityWaiters. forGroup(GetGroupRequest request, Group.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGroupRequest,GetGroupResponse>
IdentityWaiters. forGroup(GetGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Group.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Group.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Group.LifecycleState Modifier and Type Method Description static Group.LifecycleState
Group.LifecycleState. create(String key)
Group.LifecycleState
Group. getLifecycleState()
The group’s current state.static Group.LifecycleState
Group.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Group.LifecycleState[]
Group.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type Group.LifecycleState Modifier and Type Method Description Group.Builder
Group.Builder. lifecycleState(Group.LifecycleState lifecycleState)
The group’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type Group.LifecycleState Constructor Description Group(String id, String compartmentId, String name, String description, Date timeCreated, Group.LifecycleState lifecycleState, Long inactiveStatus, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Group.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return Group.LifecycleState Modifier and Type Method Description Group.LifecycleState
ListGroupsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type Group.LifecycleState Modifier and Type Method Description ListGroupsRequest.Builder
ListGroupsRequest.Builder. lifecycleState(Group.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-