Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
BackupKeyResponse |
KmsManagementClient.backupKey(BackupKeyRequest request) |
BackupKeyResponse |
KmsManagement.backupKey(BackupKeyRequest request)
Backs up an encrypted file that contains all key versions and metadata of the specified key
so that you can restore the key later.
|
Modifier and Type | Method and Description |
---|---|
Future<BackupKeyResponse> |
KmsManagementAsyncClient.backupKey(BackupKeyRequest request,
AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler) |
Future<BackupKeyResponse> |
KmsManagementAsync.backupKey(BackupKeyRequest request,
AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler)
Backs up an encrypted file that contains all key versions and metadata of the specified key
so that you can restore the key later.
|
Modifier and Type | Method and Description |
---|---|
Future<BackupKeyResponse> |
KmsManagementAsyncClient.backupKey(BackupKeyRequest request,
AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler) |
Future<BackupKeyResponse> |
KmsManagementAsync.backupKey(BackupKeyRequest request,
AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler)
Backs up an encrypted file that contains all key versions and metadata of the specified key
so that you can restore the key later.
|
Modifier and Type | Method and Description |
---|---|
BackupKeyResponse |
BackupKeyResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
BackupKeyResponse.Builder |
BackupKeyResponse.Builder.copy(BackupKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.