| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointMember |
RecoveryPointMember.clone() |
RecoveryPointMember |
RecoveryPointMember.withBackupVaultName(String backupVaultName)
This is the name of the backup vault (the logical container in which backups are stored).
|
RecoveryPointMember |
RecoveryPointMember.withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
RecoveryPointMember |
RecoveryPointMember.withResourceArn(String resourceArn)
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
|
RecoveryPointMember |
RecoveryPointMember.withResourceType(String resourceType)
This is the Amazon Web Services resource type that is saved as a recovery point.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryPointMember> |
ListRecoveryPointsByLegalHoldResult.getRecoveryPoints()
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold. |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByLegalHoldResult |
ListRecoveryPointsByLegalHoldResult.withRecoveryPoints(RecoveryPointMember... recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByLegalHoldResult.setRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold. |
ListRecoveryPointsByLegalHoldResult |
ListRecoveryPointsByLegalHoldResult.withRecoveryPoints(Collection<RecoveryPointMember> recoveryPoints)
This is a list of the recovery points returned by
ListRecoveryPointsByLegalHold. |
Copyright © 2024. All rights reserved.