Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse> |
KmsManagementWaiters.forWrappingKey(GetWrappingKeyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
WrappingKey.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse> |
KmsManagementWaiters.forWrappingKey(GetWrappingKeyRequest request,
WrappingKey.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse> |
KmsManagementWaiters.forWrappingKey(GetWrappingKeyRequest request,
WrappingKey.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static WrappingKey.LifecycleState |
WrappingKey.LifecycleState.create(String key) |
WrappingKey.LifecycleState |
WrappingKey.getLifecycleState()
The key’s current lifecycle state.
|
static WrappingKey.LifecycleState |
WrappingKey.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrappingKey.LifecycleState[] |
WrappingKey.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WrappingKey.Builder |
WrappingKey.Builder.lifecycleState(WrappingKey.LifecycleState lifecycleState)
The key’s current lifecycle state.
|
Constructor and Description |
---|
WrappingKey(String compartmentId,
String id,
WrappingKey.LifecycleState lifecycleState,
String publicKey,
Date timeCreated,
String vaultId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.