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