Uses of Class
com.oracle.bmc.identity.model.Policy.LifecycleState
-
Packages that use Policy.LifecycleState Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of Policy.LifecycleState in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type Policy.LifecycleState Modifier and Type Method Description Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, Policy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPolicyRequest,GetPolicyResponse>
IdentityWaiters. forPolicy(GetPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Policy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Policy.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Policy.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.identity.model with parameters of type Policy.LifecycleState Modifier and Type Method Description Policy.Builder
Policy.Builder. lifecycleState(Policy.LifecycleState lifecycleState)
The policy’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type Policy.LifecycleState Constructor 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. -
Uses of Policy.LifecycleState in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return Policy.LifecycleState Modifier and Type Method Description Policy.LifecycleState
ListPoliciesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.identity.requests with parameters of type Policy.LifecycleState Modifier and Type Method Description ListPoliciesRequest.Builder
ListPoliciesRequest.Builder. lifecycleState(Policy.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-