Uses of Class
com.oracle.bmc.datasafe.model.SecurityPolicyLifecycleState
-
Packages that use SecurityPolicyLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SecurityPolicyLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type SecurityPolicyLifecycleState Modifier and Type Method Description Waiter<GetSecurityPolicyRequest,GetSecurityPolicyResponse>DataSafeWaiters. forSecurityPolicy(GetSecurityPolicyRequest request, SecurityPolicyLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetSecurityPolicyRequest,GetSecurityPolicyResponse>DataSafeWaiters. forSecurityPolicy(GetSecurityPolicyRequest request, SecurityPolicyLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSecurityPolicyRequest,GetSecurityPolicyResponse>DataSafeWaiters. forSecurityPolicy(GetSecurityPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SecurityPolicyLifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of SecurityPolicyLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityPolicyLifecycleState Modifier and Type Method Description static SecurityPolicyLifecycleStateSecurityPolicyLifecycleState. create(String key)SecurityPolicyLifecycleStateSecurityPolicy. getLifecycleState()The current state of the security policy.SecurityPolicyLifecycleStateSecurityPolicySummary. getLifecycleState()The current state of the security policy.static SecurityPolicyLifecycleStateSecurityPolicyLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyLifecycleState[]SecurityPolicyLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyLifecycleState Modifier and Type Method Description SecurityPolicy.BuilderSecurityPolicy.Builder. lifecycleState(SecurityPolicyLifecycleState lifecycleState)The current state of the security policy.SecurityPolicySummary.BuilderSecurityPolicySummary.Builder. lifecycleState(SecurityPolicyLifecycleState lifecycleState)The current state of the security policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyLifecycleState Constructor Description SecurityPolicy(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, SecurityPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.SecurityPolicySummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, SecurityPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of SecurityPolicyLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SecurityPolicyLifecycleState Modifier and Type Method Description SecurityPolicyLifecycleStateListSecurityPoliciesRequest. getLifecycleState()The current state of the security policy.Methods in com.oracle.bmc.datasafe.requests with parameters of type SecurityPolicyLifecycleState Modifier and Type Method Description ListSecurityPoliciesRequest.BuilderListSecurityPoliciesRequest.Builder. lifecycleState(SecurityPolicyLifecycleState lifecycleState)The current state of the security policy.
-