Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.RemoveTagsRequest.Builder
-
Packages that use RemoveTagsRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of RemoveTagsRequest.Builder in software.amazon.awssdk.services.elasticsearch
Method parameters in software.amazon.awssdk.services.elasticsearch with type arguments of type RemoveTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<RemoveTagsResponse>ElasticsearchAsyncClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain.default RemoveTagsResponseElasticsearchClient. removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)Removes the specified set of tags from the specified Elasticsearch domain. -
Uses of RemoveTagsRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return RemoveTagsRequest.Builder Modifier and Type Method Description RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. arn(String arn)Specifies theARNfor the Elasticsearch domain from which you want to delete the specified tags.static RemoveTagsRequest.BuilderRemoveTagsRequest. builder()RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. tagKeys(String... tagKeys)Specifies theTagKeylist which you want to remove from the Elasticsearch domain.RemoveTagsRequest.BuilderRemoveTagsRequest.Builder. tagKeys(Collection<String> tagKeys)Specifies theTagKeylist which you want to remove from the Elasticsearch domain.RemoveTagsRequest.BuilderRemoveTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type RemoveTagsRequest.Builder Modifier and Type Method Description static Class<? extends RemoveTagsRequest.Builder>RemoveTagsRequest. serializableBuilderClass()
-