| Package | Description |
|---|---|
| com.amazonaws.services.elasticsearch | |
| com.amazonaws.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAWSElasticsearch.removeTags(RemoveTagsRequest request) |
void |
AWSElasticsearch.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
void |
AWSElasticsearchClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<Void> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<Void> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<Void> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<Void> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler) |
Future<Void> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,Void> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withARN(String aRN)
Specifies the
ARN for the Elasticsearch domain from which
you want to delete the specified tags. |
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(Collection<String> tagKeys)
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(String... tagKeys)
Specifies the
TagKey list which you want to remove from the
Elasticsearch domain. |
Copyright © 2015. All rights reserved.