| Package | Description |
|---|---|
| com.amazonaws.services.osis |
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines.
|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonOSISAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonOSISAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
Future<ListTagsForResourceResult> |
AbstractAmazonOSISAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the pipeline to retrieve tags for.
|
Copyright © 2023. All rights reserved.