Uses of Class
software.amazon.awssdk.services.comprehend.model.DeleteEndpointResponse
-
Packages that use DeleteEndpointResponse 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 DeleteEndpointResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DeleteEndpointResponse Modifier and Type Method Description default DeleteEndpointResponseComprehendClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model.default DeleteEndpointResponseComprehendClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DeleteEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>ComprehendAsyncClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model.default CompletableFuture<DeleteEndpointResponse>ComprehendAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes a model-specific endpoint for a previously-trained custom model.
-