Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMediaTailorClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)A list of tags that are associated with this resource.default ListTagsForResourceResponseMediaTailorClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)A list of tags that are associated with this resource.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MediaTailorAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)A list of tags that are associated with this resource.default CompletableFuture<ListTagsForResourceResponse>MediaTailorAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)A list of tags that are associated with this resource.
-