| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(ListFlywheelsRequest listFlywheelsRequest)
Gets a list of the flywheels that you have created.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFlywheelsResponse> |
ListFlywheelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlywheelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFlywheelsResponse> subscriber) |
Copyright © 2023. All rights reserved.