Uses of Class
software.amazon.awssdk.services.ivschat.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseIvschatClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.default ListTagsForResourceResponseIvschatClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>IvschatAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.default CompletableFuture<ListTagsForResourceResponse>IvschatAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.
-