Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.GetGraphRequest.Builder
-
Packages that use GetGraphRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model software.amazon.awssdk.services.neptunegraph.waiters -
-
Uses of GetGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type GetGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGraphResponse>NeptuneGraphAsyncClient. getGraph(Consumer<GetGraphRequest.Builder> getGraphRequest)Gets information about a specified graph.default GetGraphResponseNeptuneGraphClient. getGraph(Consumer<GetGraphRequest.Builder> getGraphRequest)Gets information about a specified graph. -
Uses of GetGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GetGraphRequest.Builder Modifier and Type Method Description static GetGraphRequest.BuilderGetGraphRequest. builder()GetGraphRequest.BuilderGetGraphRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.GetGraphRequest.BuilderGetGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGraphRequest.BuilderGetGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGraphRequest.BuilderGetGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GetGraphRequest.Builder Modifier and Type Method Description static Class<? extends GetGraphRequest.Builder>GetGraphRequest. serializableBuilderClass() -
Uses of GetGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph.waiters
Method parameters in software.amazon.awssdk.services.neptunegraph.waiters with type arguments of type GetGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphAvailable(Consumer<GetGraphRequest.Builder> 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 state.default CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphAvailable(Consumer<GetGraphRequest.Builder> getGraphRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphAvailable(Consumer<GetGraphRequest.Builder> 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 state.default WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphAvailable(Consumer<GetGraphRequest.Builder> getGraphRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphDeleted(Consumer<GetGraphRequest.Builder> 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 state.default CompletableFuture<WaiterResponse<GetGraphResponse>>NeptuneGraphAsyncWaiter. waitUntilGraphDeleted(Consumer<GetGraphRequest.Builder> getGraphRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphDeleted(Consumer<GetGraphRequest.Builder> 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 state.default WaiterResponse<GetGraphResponse>NeptuneGraphWaiter. waitUntilGraphDeleted(Consumer<GetGraphRequest.Builder> getGraphRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.
-