| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecoveryPointsByLegalHoldResponse |
BackupClient.listRecoveryPointsByLegalHold(Consumer<ListRecoveryPointsByLegalHoldRequest.Builder> listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
default ListRecoveryPointsByLegalHoldResponse |
BackupClient.listRecoveryPointsByLegalHold(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
| 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 CompletableFuture<ListRecoveryPointsByLegalHoldResponse> |
BackupAsyncClient.listRecoveryPointsByLegalHold(ListRecoveryPointsByLegalHoldRequest listRecoveryPointsByLegalHoldRequest)
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecoveryPointsByLegalHoldResponse> |
ListRecoveryPointsByLegalHoldIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByLegalHoldPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByLegalHoldResponse> subscriber) |
Copyright © 2023. All rights reserved.