Uses of Class
software.amazon.awssdk.services.neptunedata.model.DeleteMlEndpointResponse
-
Packages that use DeleteMlEndpointResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of DeleteMlEndpointResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return DeleteMlEndpointResponse Modifier and Type Method Description default DeleteMlEndpointResponseNeptunedataClient. deleteMLEndpoint(Consumer<DeleteMlEndpointRequest.Builder> deleteMlEndpointRequest)Cancels the creation of a Neptune ML inference endpoint.default DeleteMlEndpointResponseNeptunedataClient. deleteMLEndpoint(DeleteMlEndpointRequest deleteMlEndpointRequest)Cancels the creation of a Neptune ML inference endpoint.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type DeleteMlEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteMlEndpointResponse>NeptunedataAsyncClient. deleteMLEndpoint(Consumer<DeleteMlEndpointRequest.Builder> deleteMlEndpointRequest)Cancels the creation of a Neptune ML inference endpoint.default CompletableFuture<DeleteMlEndpointResponse>NeptunedataAsyncClient. deleteMLEndpoint(DeleteMlEndpointRequest deleteMlEndpointRequest)Cancels the creation of a Neptune ML inference endpoint.
-