Package | Description |
---|---|
com.amazonaws.services.elasticsearch | |
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
RemoveTagsResult |
AbstractAWSElasticsearch.removeTags(RemoveTagsRequest request) |
RemoveTagsResult |
AWSElasticsearch.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
RemoveTagsResult |
AWSElasticsearchClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<RemoveTagsResult> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<RemoveTagsResult> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<RemoveTagsResult> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsResult> |
AWSElasticsearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch
domain.
|
Future<RemoveTagsResult> |
AbstractAWSElasticsearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
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 © 2018. All rights reserved.