| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointMember |
RecoveryPointMember.clone() |
RecoveryPointMember |
RecoveryPointMember.withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) 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 © 2022. All rights reserved.