Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseIvsRealTimeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.default ListTagsForResourceResponseIvsRealTimeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.Methods in software.amazon.awssdk.services.ivsrealtime that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>IvsRealTimeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.default CompletableFuture<ListTagsForResourceResponse>IvsRealTimeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.
-