Uses of Class
software.amazon.awssdk.services.osis.model.GetPipelineChangeProgressResponse
-
Packages that use GetPipelineChangeProgressResponse Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of GetPipelineChangeProgressResponse in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return GetPipelineChangeProgressResponse Modifier and Type Method Description default GetPipelineChangeProgressResponseOsisClient. getPipelineChangeProgress(Consumer<GetPipelineChangeProgressRequest.Builder> getPipelineChangeProgressRequest)Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.default GetPipelineChangeProgressResponseOsisClient. getPipelineChangeProgress(GetPipelineChangeProgressRequest getPipelineChangeProgressRequest)Returns progress information for the current change happening on an OpenSearch Ingestion pipeline.Methods in software.amazon.awssdk.services.osis that return types with arguments of type GetPipelineChangeProgressResponse Modifier and Type Method 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.
-