Uses of Class
software.amazon.awssdk.services.comprehend.model.ListDatasetsRequest
-
Packages that use ListDatasetsRequest 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 software.amazon.awssdk.services.comprehend.transform -
-
Uses of ListDatasetsRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ListDatasetsRequest Modifier and Type Method Description default CompletableFuture<ListDatasetsResponse>ComprehendAsyncClient. listDatasets(ListDatasetsRequest listDatasetsRequest)List the datasets that you have configured in this Region.default ListDatasetsResponseComprehendClient. listDatasets(ListDatasetsRequest listDatasetsRequest)List the datasets that you have configured in this Region.default ListDatasetsPublisherComprehendAsyncClient. listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)List the datasets that you have configured in this Region.default ListDatasetsIterableComprehendClient. listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)List the datasets that you have configured in this Region. -
Uses of ListDatasetsRequest in software.amazon.awssdk.services.comprehend.paginators
Constructors in software.amazon.awssdk.services.comprehend.paginators with parameters of type ListDatasetsRequest Constructor Description ListDatasetsIterable(ComprehendClient client, ListDatasetsRequest firstRequest)ListDatasetsPublisher(ComprehendAsyncClient client, ListDatasetsRequest firstRequest) -
Uses of ListDatasetsRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ListDatasetsRequest Modifier and Type Method Description SdkHttpFullRequestListDatasetsRequestMarshaller. marshall(ListDatasetsRequest listDatasetsRequest)
-