Package | Description |
---|---|
com.oracle.bmc.lockbox | |
com.oracle.bmc.lockbox.model | |
com.oracle.bmc.lockbox.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetLockboxRequest,GetLockboxResponse> |
LockboxWaiters.forLockbox(GetLockboxRequest request,
Lockbox.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLockboxRequest,GetLockboxResponse> |
LockboxWaiters.forLockbox(GetLockboxRequest request,
Lockbox.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLockboxRequest,GetLockboxResponse> |
LockboxWaiters.forLockbox(GetLockboxRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Lockbox.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Lockbox.LifecycleState |
ListLockboxesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.lifecycleState(Lockbox.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.