Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeFlywheelIterationResponse
-
Packages that use DescribeFlywheelIterationResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of DescribeFlywheelIterationResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeFlywheelIterationResponse Modifier and Type Method Description default DescribeFlywheelIterationResponseComprehendClient. describeFlywheelIteration(Consumer<DescribeFlywheelIterationRequest.Builder> describeFlywheelIterationRequest)Retrieve the configuration properties of a flywheel iteration.default DescribeFlywheelIterationResponseComprehendClient. describeFlywheelIteration(DescribeFlywheelIterationRequest describeFlywheelIterationRequest)Retrieve the configuration properties of a flywheel iteration.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeFlywheelIterationResponse Modifier and Type Method Description default CompletableFuture<DescribeFlywheelIterationResponse>ComprehendAsyncClient. describeFlywheelIteration(Consumer<DescribeFlywheelIterationRequest.Builder> describeFlywheelIterationRequest)Retrieve the configuration properties of a flywheel iteration.default CompletableFuture<DescribeFlywheelIterationResponse>ComprehendAsyncClient. describeFlywheelIteration(DescribeFlywheelIterationRequest describeFlywheelIterationRequest)Retrieve the configuration properties of a flywheel iteration.
-