Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.model | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPolicyRequest,GetPolicyResponse> |
IdentityWaiters.forPolicy(GetPolicyRequest request,
Policy.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPolicyRequest,GetPolicyResponse> |
IdentityWaiters.forPolicy(GetPolicyRequest request,
Policy.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPolicyRequest,GetPolicyResponse> |
IdentityWaiters.forPolicy(GetPolicyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Policy.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Policy.LifecycleState |
Policy.LifecycleState.create(String key) |
Policy.LifecycleState |
Policy.getLifecycleState()
The policy’s current state.
|
static Policy.LifecycleState |
Policy.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Policy.LifecycleState[] |
Policy.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Policy.Builder |
Policy.Builder.lifecycleState(Policy.LifecycleState lifecycleState)
The policy’s current state.
|
Constructor and Description |
---|
Policy(String id,
String compartmentId,
String name,
List<String> statements,
String description,
Date timeCreated,
Policy.LifecycleState lifecycleState,
Long inactiveStatus,
Date versionDate,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Policy.LifecycleState |
ListPoliciesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.lifecycleState(Policy.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.