| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
ElasticsearchClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
default AddTagsResponse |
ElasticsearchClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddTagsResponse> |
ElasticsearchAsyncClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
default CompletableFuture<AddTagsResponse> |
ElasticsearchAsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
Copyright © 2022. All rights reserved.