| Package | Description |
|---|---|
| com.amazonaws.services.elasticsearch | |
| com.amazonaws.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAWSElasticsearch.addTags(AddTagsRequest request) |
void |
AWSElasticsearch.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
void |
AWSElasticsearchClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
Future<Void> |
AbstractAWSElasticsearchAsync.addTagsAsync(AddTagsRequest request) |
Future<Void> |
AWSElasticsearchAsyncClient.addTagsAsync(AddTagsRequest request) |
Future<Void> |
AWSElasticsearchAsync.addTagsAsync(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.
|
Future<Void> |
AbstractAWSElasticsearchAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,Void> asyncHandler)
Attaches tags to an existing Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAWSElasticsearchAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,Void> asyncHandler)
Attaches tags to an existing Elasticsearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest |
AddTagsRequest.clone() |
AddTagsRequest |
AddTagsRequest.withARN(String aRN)
Specify the
ARN for which you want to add the tags. |
AddTagsRequest |
AddTagsRequest.withTagList(Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
AddTagsRequest |
AddTagsRequest.withTagList(Tag... tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
Copyright © 2016. All rights reserved.