Uses of Class
com.oracle.bmc.lockbox.model.Lockbox.LifecycleState
-
Packages that use Lockbox.LifecycleState Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.model com.oracle.bmc.lockbox.requests -
-
Uses of Lockbox.LifecycleState in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type Lockbox.LifecycleState Modifier and Type Method Description Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, Lockbox.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, Lockbox.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLockboxRequest,GetLockboxResponse>
LockboxWaiters. forLockbox(GetLockboxRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Lockbox.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Lockbox.LifecycleState in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return Lockbox.LifecycleState Modifier and Type Method Description static Lockbox.LifecycleState
Lockbox.LifecycleState. create(String key)
Lockbox.LifecycleState
Lockbox. getLifecycleState()
The current state of the Lockbox.Lockbox.LifecycleState
LockboxSummary. getLifecycleState()
The current state of the Lockbox.static Lockbox.LifecycleState
Lockbox.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Lockbox.LifecycleState[]
Lockbox.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 Lockbox.LifecycleState Modifier and Type Method Description Lockbox.Builder
Lockbox.Builder. lifecycleState(Lockbox.LifecycleState lifecycleState)
The current state of the Lockbox.LockboxSummary.Builder
LockboxSummary.Builder. lifecycleState(Lockbox.LifecycleState lifecycleState)
The current state of the Lockbox.Constructors in com.oracle.bmc.lockbox.model with parameters of type Lockbox.LifecycleState Constructor Description Lockbox(String id, String displayName, String compartmentId, String partnerId, String parentLockboxId, String partnerCompartmentId, String resourceId, LockboxPartner lockboxPartner, Date timeCreated, Date timeUpdated, Lockbox.LifecycleState lifecycleState, AccessContextAttributeCollection accessContextAttributes, String approvalTemplateId, String maxAccessDuration, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.LockboxSummary(String id, String displayName, LockboxPartner lockboxPartner, String compartmentId, String partnerId, String partnerCompartmentId, String resourceId, String approvalTemplateId, String maxAccessDuration, Date timeCreated, Date timeUpdated, Lockbox.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Lockbox.LifecycleState in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return Lockbox.LifecycleState Modifier and Type Method Description Lockbox.LifecycleState
ListLockboxesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.lockbox.requests with parameters of type Lockbox.LifecycleState Modifier and Type Method Description ListLockboxesRequest.Builder
ListLockboxesRequest.Builder. lifecycleState(Lockbox.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-