| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsResponse |
BackupClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
default ListTagsResponse |
BackupClient.listTags(ListTagsRequest listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
BackupAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
default CompletableFuture<ListTagsResponse> |
BackupAsyncClient.listTags(ListTagsRequest listTagsRequest)
Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTagsResponse> |
ListTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.