| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
OpenSearchClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
default AddTagsResponse |
OpenSearchClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddTagsResponse> |
OpenSearchAsyncClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
default CompletableFuture<AddTagsResponse> |
OpenSearchAsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
Copyright © 2022. All rights reserved.