| Package | Description |
|---|---|
| software.amazon.awssdk.services.osis |
Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineChangeProgressResponse |
OsisClient.getPipelineChangeProgress(Consumer<GetPipelineChangeProgressRequest.Builder> getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
default GetPipelineChangeProgressResponse |
OsisClient.getPipelineChangeProgress(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPipelineChangeProgressResponse> |
OsisAsyncClient.getPipelineChangeProgress(Consumer<GetPipelineChangeProgressRequest.Builder> getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
default CompletableFuture<GetPipelineChangeProgressResponse> |
OsisAsyncClient.getPipelineChangeProgress(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
Copyright © 2023. All rights reserved.