Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Key.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Key.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetKeyResponse |
KmsManagementClient.getKey(GetKeyRequest request) |
GetKeyResponse |
KmsManagement.getKey(GetKeyRequest request)
Gets information about the specified master encryption key.
|
Future<GetKeyResponse> |
KmsManagementAsyncClient.getKey(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResponse> handler) |
Future<GetKeyResponse> |
KmsManagementAsync.getKey(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResponse> handler)
Gets information about the specified master encryption key.
|
Modifier and Type | Method and Description |
---|---|
Future<GetKeyResponse> |
KmsManagementAsyncClient.getKey(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResponse> handler) |
Future<GetKeyResponse> |
KmsManagementAsync.getKey(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResponse> handler)
Gets information about the specified master encryption key.
|
Modifier and Type | Method and Description |
---|---|
GetKeyRequest |
GetKeyRequest.Builder.build()
Build the instance of GetKeyRequest as configured by this builder
|
GetKeyRequest |
GetKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetKeyRequest.Builder |
GetKeyRequest.Builder.copy(GetKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.