| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonIVSClient.listTagsForResource(ListTagsForResourceRequest request)
Gets information about Amazon Web Services tags for the specified ARN.
|
ListTagsForResourceResult |
AbstractAmazonIVS.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonIVS.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about Amazon Web Services tags for the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonIVSAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonIVSAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonIVSAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Gets information about Amazon Web Services tags for the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
ListTagsForResourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Map<String,String> tags)
Tags attached to the resource.
|
Copyright © 2023. All rights reserved.