Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeFlywheelResponse
-
Packages that use DescribeFlywheelResponse 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 DescribeFlywheelResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeFlywheelResponse Modifier and Type Method Description default DescribeFlywheelResponseComprehendClient. describeFlywheel(Consumer<DescribeFlywheelRequest.Builder> describeFlywheelRequest)Provides configuration information about the flywheel.default DescribeFlywheelResponseComprehendClient. describeFlywheel(DescribeFlywheelRequest describeFlywheelRequest)Provides configuration information about the flywheel.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeFlywheelResponse Modifier and Type Method Description default CompletableFuture<DescribeFlywheelResponse>ComprehendAsyncClient. describeFlywheel(Consumer<DescribeFlywheelRequest.Builder> describeFlywheelRequest)Provides configuration information about the flywheel.default CompletableFuture<DescribeFlywheelResponse>ComprehendAsyncClient. describeFlywheel(DescribeFlywheelRequest describeFlywheelRequest)Provides configuration information about the flywheel.
-