Uses of Class
com.oracle.bmc.keymanagement.requests.BackupVaultRequest
-
Packages that use BackupVaultRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of BackupVaultRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type BackupVaultRequest Modifier and Type Method Description BackupVaultResponse
KmsVault. backupVault(BackupVaultRequest request)
Backs up an encrypted file that contains all the metadata of a vault so that you can restore the vault later.Future<BackupVaultResponse>
KmsVaultAsync. backupVault(BackupVaultRequest request, AsyncHandler<BackupVaultRequest,BackupVaultResponse> handler)
Backs up an encrypted file that contains all the metadata of a vault so that you can restore the vault later.Future<BackupVaultResponse>
KmsVaultAsyncClient. backupVault(BackupVaultRequest request, AsyncHandler<BackupVaultRequest,BackupVaultResponse> handler)
BackupVaultResponse
KmsVaultClient. backupVault(BackupVaultRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type BackupVaultRequest Modifier and Type Method Description Future<BackupVaultResponse>
KmsVaultAsync. backupVault(BackupVaultRequest request, AsyncHandler<BackupVaultRequest,BackupVaultResponse> handler)
Backs up an encrypted file that contains all the metadata of a vault so that you can restore the vault later.Future<BackupVaultResponse>
KmsVaultAsyncClient. backupVault(BackupVaultRequest request, AsyncHandler<BackupVaultRequest,BackupVaultResponse> handler)
-
Uses of BackupVaultRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return BackupVaultRequest Modifier and Type Method Description BackupVaultRequest
BackupVaultRequest.Builder. build()
Build the instance of BackupVaultRequest as configured by this builderBackupVaultRequest
BackupVaultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BackupVaultRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type BackupVaultRequest Modifier and Type Method Description BackupVaultRequest.Builder
BackupVaultRequest.Builder. copy(BackupVaultRequest o)
Copy method to populate the builder with values from the given instance.
-