Uses of Class
software.amazon.awssdk.services.comprehend.model.UpdateFlywheelResponse
-
Packages that use UpdateFlywheelResponse 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 UpdateFlywheelResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return UpdateFlywheelResponse Modifier and Type Method Description default UpdateFlywheelResponseComprehendClient. updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)Update the configuration information for an existing flywheel.default UpdateFlywheelResponseComprehendClient. updateFlywheel(UpdateFlywheelRequest updateFlywheelRequest)Update the configuration information for an existing flywheel.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type UpdateFlywheelResponse Modifier and Type Method Description default CompletableFuture<UpdateFlywheelResponse>ComprehendAsyncClient. updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest)Update the configuration information for an existing flywheel.default CompletableFuture<UpdateFlywheelResponse>ComprehendAsyncClient. updateFlywheel(UpdateFlywheelRequest updateFlywheelRequest)Update the configuration information for an existing flywheel.
-