Uses of Class
com.oracle.bmc.identity.model.Compartment.LifecycleState
-
Packages that use Compartment.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of Compartment.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type Compartment.LifecycleState Modifier and Type Method Description Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, Compartment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, Compartment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCompartmentRequest,GetCompartmentResponse>
IdentityWaiters. forCompartment(GetCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Compartment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Compartment.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Compartment.LifecycleState Modifier and Type Method Description static Compartment.LifecycleState
Compartment.LifecycleState. create(String key)
Compartment.LifecycleState
Compartment. getLifecycleState()
The compartment’s current state.static Compartment.LifecycleState
Compartment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Compartment.LifecycleState[]
Compartment.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 Compartment.LifecycleState Modifier and Type Method Description Compartment.Builder
Compartment.Builder. lifecycleState(Compartment.LifecycleState lifecycleState)
The compartment’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type Compartment.LifecycleState Constructor Description Compartment(String id, String compartmentId, String name, String description, Date timeCreated, Compartment.LifecycleState lifecycleState, Long inactiveStatus, Boolean isAccessible, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Compartment.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return Compartment.LifecycleState Modifier and Type Method Description Compartment.LifecycleState
ListCompartmentsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type Compartment.LifecycleState Modifier and Type Method Description ListCompartmentsRequest.Builder
ListCompartmentsRequest.Builder. lifecycleState(Compartment.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-