Uses of Class
software.amazon.awssdk.services.eks.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.eks Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseEksClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default TagResourceResponseEksClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.Methods in software.amazon.awssdk.services.eks that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EksAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default CompletableFuture<TagResourceResponse>EksAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.
-