Uses of Class
software.amazon.awssdk.services.comprehend.model.UpdateEndpointRequest
-
Packages that use UpdateEndpointRequest 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.transform -
-
Uses of UpdateEndpointRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type UpdateEndpointRequest Modifier and Type Method Description default CompletableFuture<UpdateEndpointResponse>ComprehendAsyncClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Updates information about the specified endpoint.default UpdateEndpointResponseComprehendClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Updates information about the specified endpoint. -
Uses of UpdateEndpointRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type UpdateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEndpointRequestMarshaller. marshall(UpdateEndpointRequest updateEndpointRequest)
-