| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsResult |
AmazonOpenSearch.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the given domain.
|
RemoveTagsResult |
AmazonOpenSearchClient.removeTags(RemoveTagsRequest request)
Removes the specified set of tags from the given domain.
|
RemoveTagsResult |
AbstractAmazonOpenSearch.removeTags(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the given domain.
|
Future<RemoveTagsResult> |
AbstractAmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonOpenSearchAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the given domain.
|
Future<RemoveTagsResult> |
AbstractAmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonOpenSearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsResult> |
AmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the given domain.
|
Future<RemoveTagsResult> |
AbstractAmazonOpenSearchAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonOpenSearchAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withARN(String aRN)
The
ARN of the domain from which you want to delete the specified tags. |
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(Collection<String> tagKeys)
The
TagKey list you want to remove from the domain. |
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(String... tagKeys)
The
TagKey list you want to remove from the domain. |
Copyright © 2022. All rights reserved.