Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>IvsRealTimeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN.default ListTagsForResourceResponseIvsRealTimeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about AWS tags for the specified ARN. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-