Uses of Class
software.amazon.awssdk.services.comprehend.model.ListEndpointsResponse
-
Packages that use ListEndpointsResponse 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 ListEndpointsResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ListEndpointsResponse Modifier and Type Method Description default ListEndpointsResponseComprehendClient. listEndpoints(Consumer<ListEndpointsRequest.Builder> 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.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ListEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListEndpointsResponse>ComprehendAsyncClient. listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)Gets a list of all existing endpoints that you've created.default CompletableFuture<ListEndpointsResponse>ComprehendAsyncClient. listEndpoints(ListEndpointsRequest listEndpointsRequest)Gets a list of all existing endpoints that you've created. -
Uses of ListEndpointsResponse in software.amazon.awssdk.services.comprehend.paginators
Methods in software.amazon.awssdk.services.comprehend.paginators that return types with arguments of type ListEndpointsResponse Modifier and Type Method Description Iterator<ListEndpointsResponse>ListEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.comprehend.paginators with type arguments of type ListEndpointsResponse Modifier and Type Method Description voidListEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEndpointsResponse> subscriber)
-