| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecoveryPointsByResourceResponse |
BackupClient.listRecoveryPointsByResource(Consumer<ListRecoveryPointsByResourceRequest.Builder> listRecoveryPointsByResourceRequest)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
default ListRecoveryPointsByResourceResponse |
BackupClient.listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRecoveryPointsByResourceResponse> |
BackupAsyncClient.listRecoveryPointsByResource(Consumer<ListRecoveryPointsByResourceRequest.Builder> listRecoveryPointsByResourceRequest)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
default CompletableFuture<ListRecoveryPointsByResourceResponse> |
BackupAsyncClient.listRecoveryPointsByResource(ListRecoveryPointsByResourceRequest listRecoveryPointsByResourceRequest)
Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource
Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecoveryPointsByResourceResponse> |
ListRecoveryPointsByResourceIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecoveryPointsByResourcePublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecoveryPointsByResourceResponse> subscriber) |
Copyright © 2023. All rights reserved.