| 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
AWS without needing to stand up or maintain your own Kubernetes control plane.
|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
EksAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
EksClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
TagResourceRequest.builder() |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to which to add tags.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Map<String,String> tags)
The tags to add to the resource.
|
TagResourceRequest.Builder |
TagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagResourceRequest.Builder> |
TagResourceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.