Uses of Class
com.oracle.bmc.keymanagement.requests.BackupKeyRequest
-
Packages that use BackupKeyRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of BackupKeyRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type BackupKeyRequest Modifier and Type Method Description 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>
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.Future<BackupKeyResponse>
KmsManagementAsyncClient. backupKey(BackupKeyRequest request, AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler)
BackupKeyResponse
KmsManagementClient. backupKey(BackupKeyRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type BackupKeyRequest Modifier and Type Method Description 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.Future<BackupKeyResponse>
KmsManagementAsyncClient. backupKey(BackupKeyRequest request, AsyncHandler<BackupKeyRequest,BackupKeyResponse> handler)
-
Uses of BackupKeyRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return BackupKeyRequest Modifier and Type Method Description BackupKeyRequest
BackupKeyRequest.Builder. build()
Build the instance of BackupKeyRequest as configured by this builderBackupKeyRequest
BackupKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BackupKeyRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type BackupKeyRequest Modifier and Type Method Description BackupKeyRequest.Builder
BackupKeyRequest.Builder. copy(BackupKeyRequest o)
Copy method to populate the builder with values from the given instance.
-