| 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 |
|---|---|
ListTagsForResourceResult |
AbstractAmazonOSIS.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonOSIS.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
ListTagsForResourceResult |
AmazonOSISClient.listTagsForResource(ListTagsForResourceRequest request)
Lists all resource tags associated with an OpenSearch Ingestion pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonOSISAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags associated with the given pipeline.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags associated with the given pipeline.
|
Copyright © 2025. All rights reserved.