Package | Description |
---|---|
com.oracle.bmc.lockbox | |
com.oracle.bmc.lockbox.model | |
com.oracle.bmc.lockbox.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAccessRequestRequest,GetAccessRequestResponse> |
LockboxWaiters.forAccessRequest(GetAccessRequestRequest request,
AccessRequest.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAccessRequestRequest,GetAccessRequestResponse> |
LockboxWaiters.forAccessRequest(GetAccessRequestRequest request,
AccessRequest.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAccessRequestRequest,GetAccessRequestResponse> |
LockboxWaiters.forAccessRequest(GetAccessRequestRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AccessRequest.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AccessRequest.LifecycleState |
AccessRequest.LifecycleState.create(String key) |
AccessRequest.LifecycleState |
AccessRequestSummary.getLifecycleState()
The current state of the access request.
|
AccessRequest.LifecycleState |
AccessRequest.getLifecycleState()
Possible access request lifecycle states.
|
static AccessRequest.LifecycleState |
AccessRequest.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRequest.LifecycleState[] |
AccessRequest.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessRequestSummary.Builder |
AccessRequestSummary.Builder.lifecycleState(AccessRequest.LifecycleState lifecycleState)
The current state of the access request.
|
AccessRequest.Builder |
AccessRequest.Builder.lifecycleState(AccessRequest.LifecycleState lifecycleState)
Possible access request lifecycle states.
|
Constructor and Description |
---|
AccessRequest(String id,
String lockboxId,
String displayName,
String description,
String requestorId,
AccessRequest.LifecycleState lifecycleState,
AccessRequest.LifecycleStateDetails lifecycleStateDetails,
String accessDuration,
Map<String,String> context,
List<ActivityLog> activityLogs,
Date timeCreated,
Date timeUpdated,
Date timeExpired,
Date timeReminded,
Integer reminderCount,
String requestorLocation,
String ticketNumber)
Deprecated.
|
AccessRequestSummary(String id,
String lockboxId,
String displayName,
String description,
String requestorId,
String requestorLocation,
AccessRequest.LifecycleState lifecycleState,
String accessDuration,
Date timeCreated,
Date timeUpdated,
Date timeExpired,
String ticketNumber,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AccessRequest.LifecycleState |
ListAccessRequestsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
AccessRequest.LifecycleState |
ExportAccessRequestsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListAccessRequestsRequest.Builder |
ListAccessRequestsRequest.Builder.lifecycleState(AccessRequest.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ExportAccessRequestsRequest.Builder |
ExportAccessRequestsRequest.Builder.lifecycleState(AccessRequest.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.