Uses of Class
software.amazon.awssdk.services.comprehend.model.ListFlywheelIterationHistoryResponse
-
Packages that use ListFlywheelIterationHistoryResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.paginators -
-
Uses of ListFlywheelIterationHistoryResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListFlywheelIterationHistoryResponse Modifier and Type Method Description default ListFlywheelIterationHistoryResponseComprehendClient. listFlywheelIterationHistory(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest)Information about the history of a flywheel iteration.default ListFlywheelIterationHistoryResponseComprehendClient. listFlywheelIterationHistory(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest)Information about the history of a flywheel iteration.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListFlywheelIterationHistoryResponse Modifier and Type Method Description default CompletableFuture<ListFlywheelIterationHistoryResponse>ComprehendAsyncClient. listFlywheelIterationHistory(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest)Information about the history of a flywheel iteration.default CompletableFuture<ListFlywheelIterationHistoryResponse>ComprehendAsyncClient. listFlywheelIterationHistory(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest)Information about the history of a flywheel iteration. -
Uses of ListFlywheelIterationHistoryResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListFlywheelIterationHistoryResponse Modifier and Type Method Description Iterator<ListFlywheelIterationHistoryResponse>ListFlywheelIterationHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListFlywheelIterationHistoryResponse Modifier and Type Method Description voidListFlywheelIterationHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlywheelIterationHistoryResponse> subscriber)
-