Uses of Class
software.amazon.awssdk.services.comprehend.model.UpdateEndpointResponse
-
Packages that use UpdateEndpointResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of UpdateEndpointResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return UpdateEndpointResponse Modifier and Type Method Description default UpdateEndpointResponseComprehendClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Updates information about the specified endpoint.default UpdateEndpointResponseComprehendClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Updates information about the specified endpoint.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type UpdateEndpointResponse Modifier and Type Method Description default CompletableFuture<UpdateEndpointResponse>ComprehendAsyncClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Updates information about the specified endpoint.default CompletableFuture<UpdateEndpointResponse>ComprehendAsyncClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Updates information about the specified endpoint.
-