| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
EksClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for an Amazon EKS resource.
|
default ListTagsForResourceResponse |
EksClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an Amazon EKS resource.
|
default TagResourceResponse |
EksClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
EksClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default UntagResourceResponse |
EksClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
EksClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
Copyright © 2022. All rights reserved.