| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
IvsAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
default CompletableFuture<ListTagsForResourceResponse> |
IvsAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTagsForResourceResponse> |
ListTagsForResourceIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourcePublisher.subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber) |
Copyright © 2021. All rights reserved.