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