| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetRecoveryPointRestoreMetadataResult |
AbstractAWSBackup.getRecoveryPointRestoreMetadata(GetRecoveryPointRestoreMetadataRequest request) |
GetRecoveryPointRestoreMetadataResult |
AWSBackup.getRecoveryPointRestoreMetadata(GetRecoveryPointRestoreMetadataRequest getRecoveryPointRestoreMetadataRequest)
Returns two sets of metadata key-value pairs.
|
GetRecoveryPointRestoreMetadataResult |
AWSBackupClient.getRecoveryPointRestoreMetadata(GetRecoveryPointRestoreMetadataRequest request)
Returns two sets of metadata key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.addRestoreMetadataEntry(String key,
String value) |
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.clearRestoreMetadataEntries()
Removes all the entries added into RestoreMetadata.
|
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.clone() |
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.withBackupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
GetRecoveryPointRestoreMetadataResult |
GetRecoveryPointRestoreMetadataResult.withRestoreMetadata(Map<String,String> restoreMetadata)
A set of metadata key-value pairs that lists the metadata key-value pairs that are required to restore the
recovery point.
|
Copyright © 2020. All rights reserved.