| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsResponse |
ElasticsearchClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch domain.
|
default CompletableFuture<RemoveTagsResponse> |
ElasticsearchAsyncClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.arn(String arn)
Specifies the
ARN for the Elasticsearch domain from which you want to delete the specified tags. |
static RemoveTagsRequest.Builder |
RemoveTagsRequest.builder() |
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.tagKeys(Collection<String> tagKeys)
Specifies the
TagKey list which you want to remove from the Elasticsearch domain. |
RemoveTagsRequest.Builder |
RemoveTagsRequest.Builder.tagKeys(String... tagKeys)
Specifies the
TagKey list which you want to remove from the Elasticsearch domain. |
RemoveTagsRequest.Builder |
RemoveTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveTagsRequest.Builder> |
RemoveTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.