Uses of Class
software.amazon.awssdk.services.comprehend.model.DeleteFlywheelRequest
-
Packages that use DeleteFlywheelRequest 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 DeleteFlywheelRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DeleteFlywheelRequest Modifier and Type Method Description default CompletableFuture<DeleteFlywheelResponse>ComprehendAsyncClient. deleteFlywheel(DeleteFlywheelRequest deleteFlywheelRequest)Deletes a flywheel.default DeleteFlywheelResponseComprehendClient. deleteFlywheel(DeleteFlywheelRequest deleteFlywheelRequest)Deletes a flywheel. -
Uses of DeleteFlywheelRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DeleteFlywheelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteFlywheelRequestMarshaller. marshall(DeleteFlywheelRequest deleteFlywheelRequest)
-