Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEndpointsRequest
-
Packages that use ListEndpointsRequest 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 ListEndpointsRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ListEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListEndpointsResponse>ComprehendAsyncClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Gets a list of all existing endpoints that you've created.default ListEndpointsResponseComprehendClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Gets a list of all existing endpoints that you've created.default ListEndpointsPublisherComprehendAsyncClient. listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)This is a variant ofComprehendAsyncClient.listEndpoints(software.amazon.awssdk.services.comprehend.model.ListEndpointsRequest)operation.default ListEndpointsIterableComprehendClient. listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)This is a variant ofComprehendClient.listEndpoints(software.amazon.awssdk.services.comprehend.model.ListEndpointsRequest)operation. -
Uses of ListEndpointsRequest in software.amazon.awssdk.services.comprehend.paginators
Constructors in software.amazon.awssdk.services.comprehend.paginators with parameters of type ListEndpointsRequest Constructor Description ListEndpointsIterable(ComprehendClient client, ListEndpointsRequest firstRequest)ListEndpointsPublisher(ComprehendAsyncClient client, ListEndpointsRequest firstRequest) -
Uses of ListEndpointsRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ListEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListEndpointsRequestMarshaller. marshall(ListEndpointsRequest listEndpointsRequest)
-