| 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 |
|---|---|
GetPipelineChangeProgressResult |
AmazonOSISClient.getPipelineChangeProgress(GetPipelineChangeProgressRequest request)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
GetPipelineChangeProgressResult |
AmazonOSIS.getPipelineChangeProgress(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
GetPipelineChangeProgressResult |
AbstractAmazonOSIS.getPipelineChangeProgress(GetPipelineChangeProgressRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPipelineChangeProgressResult> |
AbstractAmazonOSISAsync.getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest request,
AsyncHandler<GetPipelineChangeProgressRequest,GetPipelineChangeProgressResult> asyncHandler) |
Future<GetPipelineChangeProgressResult> |
AmazonOSISAsyncClient.getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest request,
AsyncHandler<GetPipelineChangeProgressRequest,GetPipelineChangeProgressResult> asyncHandler) |
Future<GetPipelineChangeProgressResult> |
AmazonOSISAsync.getPipelineChangeProgressAsync(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest,
AsyncHandler<GetPipelineChangeProgressRequest,GetPipelineChangeProgressResult> asyncHandler)
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
GetPipelineChangeProgressResult |
GetPipelineChangeProgressResult.clone() |
GetPipelineChangeProgressResult |
GetPipelineChangeProgressResult.withChangeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
|
GetPipelineChangeProgressResult |
GetPipelineChangeProgressResult.withChangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
Copyright © 2024. All rights reserved.