| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.clone() |
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByCreatedAfter(Date byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByCreatedBefore(Date byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name
(ARN).
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRecoveryPointsByBackupVaultRequest |
ListRecoveryPointsByBackupVaultRequest.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
Copyright © 2023. All rights reserved.