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