Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.GetGraphSummaryRequest.Builder
-
Packages that use GetGraphSummaryRequest.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 -
-
Uses of GetGraphSummaryRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type GetGraphSummaryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGraphSummaryResponse>NeptuneGraphAsyncClient. getGraphSummary(Consumer<GetGraphSummaryRequest.Builder> getGraphSummaryRequest)Gets a graph summary for a property graph.default GetGraphSummaryResponseNeptuneGraphClient. getGraphSummary(Consumer<GetGraphSummaryRequest.Builder> getGraphSummaryRequest)Gets a graph summary for a property graph. -
Uses of GetGraphSummaryRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GetGraphSummaryRequest.Builder Modifier and Type Method Description static GetGraphSummaryRequest.BuilderGetGraphSummaryRequest. builder()GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. mode(String mode)The summary mode can take one of two values:basic(the default), anddetailed.GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. mode(GraphSummaryMode mode)The summary mode can take one of two values:basic(the default), anddetailed.GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGraphSummaryRequest.BuilderGetGraphSummaryRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GetGraphSummaryRequest.Builder Modifier and Type Method Description static Class<? extends GetGraphSummaryRequest.Builder>GetGraphSummaryRequest. serializableBuilderClass()
-