Uses of Class
software.amazon.awssdk.services.neptunedata.model.ListMlEndpointsResponse
-
Packages that use ListMlEndpointsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ListMlEndpointsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ListMlEndpointsResponse Modifier and Type Method Description default ListMlEndpointsResponseNeptunedataClient. listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)Lists existing inference endpoints.default ListMlEndpointsResponseNeptunedataClient. listMLEndpoints(ListMlEndpointsRequest listMlEndpointsRequest)Lists existing inference endpoints.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ListMlEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListMlEndpointsResponse>NeptunedataAsyncClient. listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)Lists existing inference endpoints.default CompletableFuture<ListMlEndpointsResponse>NeptunedataAsyncClient. listMLEndpoints(ListMlEndpointsRequest listMlEndpointsRequest)Lists existing inference endpoints.
-