ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.backupVaultAccountId(String backupVaultAccountId) |
This parameter will sort the list of recovery points by account ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.builder() |
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byBackupPlanId(String byBackupPlanId) |
Returns only recovery points that match the specified backup plan ID.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byCreatedAfter(Instant byCreatedAfter) |
Returns only recovery points that were created after the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byCreatedBefore(Instant byCreatedBefore) |
Returns only recovery points that were created before the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byParentRecoveryPointArn(String byParentRecoveryPointArn) |
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource
Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byResourceArn(String byResourceArn) |
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.byResourceType(String byResourceType) |
Returns only recovery points that match the specified resource type(s):
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.maxResults(Integer maxResults) |
The maximum number of items to be returned.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.nextToken(String nextToken) |
The next item following a partial list of returned items.
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListRecoveryPointsByBackupVaultRequest.Builder |
ListRecoveryPointsByBackupVaultRequest.toBuilder() |
|