Uses of Class
com.oracle.bmc.keymanagement.responses.BackupVaultResponse
-
Packages that use BackupVaultResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of BackupVaultResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return BackupVaultResponse 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.BackupVaultResponse
KmsVaultClient. backupVault(BackupVaultRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type BackupVaultResponse 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)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type BackupVaultResponse 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 BackupVaultResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return BackupVaultResponse Modifier and Type Method Description BackupVaultResponse
BackupVaultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type BackupVaultResponse Modifier and Type Method Description BackupVaultResponse.Builder
BackupVaultResponse.Builder. copy(BackupVaultResponse o)
Copy method to populate the builder with values from the given instance.
-