Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetEngineStatusResponse
-
Packages that use GetEngineStatusResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetEngineStatusResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetEngineStatusResponse Modifier and Type Method Description default GetEngineStatusResponseNeptunedataClient. getEngineStatus(Consumer<GetEngineStatusRequest.Builder> getEngineStatusRequest)Retrieves the status of the graph database on the host.default GetEngineStatusResponseNeptunedataClient. getEngineStatus(GetEngineStatusRequest getEngineStatusRequest)Retrieves the status of the graph database on the host.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetEngineStatusResponse Modifier and Type Method Description default CompletableFuture<GetEngineStatusResponse>NeptunedataAsyncClient. getEngineStatus(Consumer<GetEngineStatusRequest.Builder> getEngineStatusRequest)Retrieves the status of the graph database on the host.default CompletableFuture<GetEngineStatusResponse>NeptunedataAsyncClient. getEngineStatus(GetEngineStatusRequest getEngineStatusRequest)Retrieves the status of the graph database on the host.
-