Uses of Class
software.amazon.awssdk.services.ecrpublic.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>EcrPublicAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for an Amazon ECR Public resource.default ListTagsForResourceResponseEcrPublicClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for an Amazon ECR Public resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ecrpublic.transform
Methods in software.amazon.awssdk.services.ecrpublic.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-