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 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.model -
-
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()
-