Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest
-
Packages that use GetGraphRequest Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.software.amazon.awssdk.services.neptunegraph.transform software.amazon.awssdk.services.neptunegraph.waiters -
-
Uses of GetGraphRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type GetGraphRequest Modifier and Type Method Description default CompletableFuture<GetGraphResponse>NeptuneGraphAsyncClient. getGraph(GetGraphRequest getGraphRequest)Gets information about a specified graph.default GetGraphResponseNeptuneGraphClient. getGraph(GetGraphRequest getGraphRequest)Gets information about a specified graph. -
Uses of GetGraphRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type GetGraphRequest Modifier and Type Method Description SdkHttpFullRequestGetGraphRequestMarshaller. marshall(GetGraphRequest getGraphRequest) -
Uses of GetGraphRequest in software.amazon.awssdk.services.neptunegraph.waiters
Methods in software.amazon.awssdk.services.neptunegraph.waiters with parameters of type GetGraphRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphAvailable(GetGraphRequest getGraphRequest)PollsNeptuneGraphAsyncClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphAvailable(GetGraphRequest getGraphRequest, WaiterOverrideConfiguration overrideConfig)PollsNeptuneGraphAsyncClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphAvailable(GetGraphRequest getGraphRequest)PollsNeptuneGraphClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphAvailable(GetGraphRequest getGraphRequest, WaiterOverrideConfiguration overrideConfig)PollsNeptuneGraphClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphDeleted(GetGraphRequest getGraphRequest)PollsNeptuneGraphAsyncClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphDeletedis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphDeleted(GetGraphRequest getGraphRequest, WaiterOverrideConfiguration overrideConfig)PollsNeptuneGraphAsyncClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphDeletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphDeleted(GetGraphRequest getGraphRequest)PollsNeptuneGraphClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphDeletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphDeleted(GetGraphRequest getGraphRequest, WaiterOverrideConfiguration overrideConfig)PollsNeptuneGraphClient.getGraph(software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest)API until the desired conditionGraphDeletedis met, or until it is determined that the resource will never enter into the desired state
-