Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
GetKeyResponse |
KmsManagementClient.getKey(GetKeyRequest request) |
GetKeyResponse |
KmsManagement.getKey(GetKeyRequest request)
Gets information about the specified master encryption key.
|
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. |
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 |
---|---|
GetKeyResponse |
GetKeyResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetKeyResponse.Builder |
GetKeyResponse.Builder.copy(GetKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.