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