Package | Description |
---|---|
com.oracle.bmc.lockbox | |
com.oracle.bmc.lockbox.model | |
com.oracle.bmc.lockbox.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse> |
LockboxWaiters.forApprovalTemplate(GetApprovalTemplateRequest request,
ApprovalTemplate.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse> |
LockboxWaiters.forApprovalTemplate(GetApprovalTemplateRequest request,
ApprovalTemplate.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetApprovalTemplateRequest,GetApprovalTemplateResponse> |
LockboxWaiters.forApprovalTemplate(GetApprovalTemplateRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ApprovalTemplate.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ApprovalTemplate.LifecycleState |
ApprovalTemplate.LifecycleState.create(String key) |
ApprovalTemplate.LifecycleState |
ApprovalTemplateSummary.getLifecycleState()
The current state of the approval template.
|
ApprovalTemplate.LifecycleState |
ApprovalTemplate.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.
|
Modifier and Type | Method and Description |
---|---|
ApprovalTemplateSummary.Builder |
ApprovalTemplateSummary.Builder.lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
The current state of the approval template.
|
ApprovalTemplate.Builder |
ApprovalTemplate.Builder.lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
The current state of the approval template.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ApprovalTemplate.LifecycleState |
ListApprovalTemplatesRequest.getLifecycleState()
A filter to return only resources for which their lifecycleState matches the given
lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListApprovalTemplatesRequest.Builder |
ListApprovalTemplatesRequest.Builder.lifecycleState(ApprovalTemplate.LifecycleState lifecycleState)
A filter to return only resources for which their lifecycleState matches the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.