Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.mediapackagevod AWS Elemental MediaPackage VOD -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.mediapackagevod
Methods in software.amazon.awssdk.services.mediapackagevod that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMediaPackageVodClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags assigned to the specified resource.default ListTagsForResourceResponseMediaPackageVodClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified resource.Methods in software.amazon.awssdk.services.mediapackagevod that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MediaPackageVodAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags assigned to the specified resource.default CompletableFuture<ListTagsForResourceResponse>MediaPackageVodAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified resource.
-