| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecoveryPointsByLegalHoldResponse> |
BackupAsyncClient.listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
default ListRecoveryPointsByLegalHoldResponse |
BackupClient.listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
default ListRecoveryPointsByLegalHoldPublisher |
BackupAsyncClient.listRecoveryPointsByLegalHoldPaginator(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
default ListRecoveryPointsByLegalHoldIterable |
BackupClient.listRecoveryPointsByLegalHoldPaginator(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.builder() |
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.Builder.legalHoldId(String legalHoldId)
This is the ID of the legal hold.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.Builder.maxResults(Integer maxResults)
This is the maximum number of resource list items to be returned.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.Builder.nextToken(String nextToken)
This is the next item following a partial list of returned resources.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecoveryPointsByLegalHoldRequest.Builder |
ListRecoveryPointsByLegalHoldRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRecoveryPointsByLegalHoldRequest.Builder> |
ListRecoveryPointsByLegalHoldRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.