Uses of Class
com.oracle.bmc.zpr.model.ZprPolicy.LifecycleState
-
Packages that use ZprPolicy.LifecycleState Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.model com.oracle.bmc.zpr.requests -
-
Uses of ZprPolicy.LifecycleState in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr with parameters of type ZprPolicy.LifecycleState Modifier and Type Method Description Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ZprPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, ZprPolicy.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetZprPolicyRequest,GetZprPolicyResponse>
ZprWaiters. forZprPolicy(GetZprPolicyRequest request, ZprPolicy.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration. -
Uses of ZprPolicy.LifecycleState in com.oracle.bmc.zpr.model
Methods in com.oracle.bmc.zpr.model that return ZprPolicy.LifecycleState Modifier and Type Method Description static ZprPolicy.LifecycleState
ZprPolicy.LifecycleState. create(String key)
ZprPolicy.LifecycleState
ZprPolicy. getLifecycleState()
The current state of the ZprPolicy.ZprPolicy.LifecycleState
ZprPolicySummary. getLifecycleState()
The current state of the ZprPolicy.static ZprPolicy.LifecycleState
ZprPolicy.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZprPolicy.LifecycleState[]
ZprPolicy.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.zpr.model with parameters of type ZprPolicy.LifecycleState Modifier and Type Method Description ZprPolicy.Builder
ZprPolicy.Builder. lifecycleState(ZprPolicy.LifecycleState lifecycleState)
The current state of the ZprPolicy.ZprPolicySummary.Builder
ZprPolicySummary.Builder. lifecycleState(ZprPolicy.LifecycleState lifecycleState)
The current state of the ZprPolicy.Constructors in com.oracle.bmc.zpr.model with parameters of type ZprPolicy.LifecycleState Constructor Description ZprPolicy(String id, String name, String description, String compartmentId, List<String> statements, ZprPolicy.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String lifecycleDetails, Date timeUpdated)
Deprecated.ZprPolicySummary(String id, String name, String description, String compartmentId, List<String> statements, ZprPolicy.LifecycleState lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String lifecycleDetails, Date timeUpdated)
Deprecated. -
Uses of ZprPolicy.LifecycleState in com.oracle.bmc.zpr.requests
Methods in com.oracle.bmc.zpr.requests that return ZprPolicy.LifecycleState Modifier and Type Method Description ZprPolicy.LifecycleState
ListZprPoliciesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.zpr.requests with parameters of type ZprPolicy.LifecycleState Modifier and Type Method Description ListZprPoliciesRequest.Builder
ListZprPoliciesRequest.Builder. lifecycleState(ZprPolicy.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-