Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCompartmentRequest,GetCompartmentResponse> |
IdentityWaiters.forCompartment(GetCompartmentRequest request,
Compartment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCompartmentRequest,GetCompartmentResponse> |
IdentityWaiters.forCompartment(GetCompartmentRequest request,
Compartment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCompartmentRequest,GetCompartmentResponse> |
IdentityWaiters.forCompartment(GetCompartmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Compartment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Compartment.Builder |
Compartment.Builder.lifecycleState(Compartment.LifecycleState lifecycleState)
The compartment’s current state.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Compartment.LifecycleState |
ListCompartmentsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListCompartmentsRequest.Builder |
ListCompartmentsRequest.Builder.lifecycleState(Compartment.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.