Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
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.
|
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 |
---|---|
BackupKeyRequest |
BackupKeyRequest.Builder.build()
Build the instance of BackupKeyRequest as configured by this builder
|
BackupKeyRequest |
BackupKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of BackupKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
BackupKeyRequest.Builder |
BackupKeyRequest.Builder.copy(BackupKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.