Uses of Class
com.oracle.bmc.lockbox.model.ApprovalTemplate.LifecycleState
-
Packages that use ApprovalTemplate.LifecycleState Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.model com.oracle.bmc.lockbox.requests -
-
Uses of ApprovalTemplate.LifecycleState in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type ApprovalTemplate.LifecycleState Modifier and Type Method Description Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse>
LockboxWaiters. forApprovalTemplate(GetApprovalTemplateRequest request, ApprovalTemplate.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse>
LockboxWaiters. forApprovalTemplate(GetApprovalTemplateRequest request, ApprovalTemplate.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse>
LockboxWaiters. forApprovalTemplate(GetApprovalTemplateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ApprovalTemplate.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ApprovalTemplate.LifecycleState in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return ApprovalTemplate.LifecycleState Modifier and Type Method Description static ApprovalTemplate.LifecycleState
ApprovalTemplate.LifecycleState. create(String key)
ApprovalTemplate.LifecycleState
ApprovalTemplate. getLifecycleState()
The current state of the approval template.ApprovalTemplate.LifecycleState
ApprovalTemplateSummary. getLifecycleState()
The current state of the approval template.static ApprovalTemplate.LifecycleState
ApprovalTemplate.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApprovalTemplate.LifecycleState[]
ApprovalTemplate.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lockbox.model with parameters of type ApprovalTemplate.LifecycleState Modifier and Type Method Description ApprovalTemplate.Builder
ApprovalTemplate.Builder. lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
The current state of the approval template.ApprovalTemplateSummary.Builder
ApprovalTemplateSummary.Builder. lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
The current state of the approval template.Constructors in com.oracle.bmc.lockbox.model with parameters of type ApprovalTemplate.LifecycleState Constructor Description ApprovalTemplate(String id, String displayName, ApprovalTemplate.LifecycleState lifecycleState, ApproverLevels approverLevels, String compartmentId, LockboxAutoApprovalState autoApprovalState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ApprovalTemplateSummary(String id, String displayName, ApprovalTemplate.LifecycleState lifecycleState, ApproverLevels approverLevels, String compartmentId, LockboxAutoApprovalState autoApprovalState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ApprovalTemplate.LifecycleState in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return ApprovalTemplate.LifecycleState Modifier and Type Method Description ApprovalTemplate.LifecycleState
ListApprovalTemplatesRequest. getLifecycleState()
A filter to return only resources for which their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.lockbox.requests with parameters of type ApprovalTemplate.LifecycleState Modifier and Type Method Description ListApprovalTemplatesRequest.Builder
ListApprovalTemplatesRequest.Builder. lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
A filter to return only resources for which their lifecycleState matches the given lifecycleState.
-