| 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<TagResourceResult> |
AmazonOSISAsyncClient.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
Future<TagResourceResult> |
AbstractAmazonOSISAsync.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
Future<TagResourceResult> |
AmazonOSISAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Tags an OpenSearch Ingestion pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.clone() |
TagResourceRequest |
TagResourceRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the pipeline to tag.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The list of key-value tags to add to the pipeline.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The list of key-value tags to add to the pipeline.
|
Copyright © 2023. All rights reserved.