Uses of Class
software.amazon.awssdk.services.comprehend.model.ListFlywheelsResponse
-
Packages that use ListFlywheelsResponse 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.paginators -
-
Uses of ListFlywheelsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListFlywheelsResponse Modifier and Type Method Description default ListFlywheelsResponseComprehendClient. listFlywheels(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest)Gets a list of the flywheels that you have created.default ListFlywheelsResponseComprehendClient. listFlywheels(ListFlywheelsRequest listFlywheelsRequest)Gets a list of the flywheels that you have created.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListFlywheelsResponse Modifier and Type Method Description default CompletableFuture<ListFlywheelsResponse>ComprehendAsyncClient. listFlywheels(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest)Gets a list of the flywheels that you have created.default CompletableFuture<ListFlywheelsResponse>ComprehendAsyncClient. listFlywheels(ListFlywheelsRequest listFlywheelsRequest)Gets a list of the flywheels that you have created. -
Uses of ListFlywheelsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListFlywheelsResponse Modifier and Type Method Description Iterator<ListFlywheelsResponse>ListFlywheelsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListFlywheelsResponse Modifier and Type Method Description voidListFlywheelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFlywheelsResponse> subscriber)
-