Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.GetGraphSummaryResponse.Builder
-
Packages that use GetGraphSummaryResponse.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of GetGraphSummaryResponse.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GetGraphSummaryResponse.Builder Modifier and Type Method Description static GetGraphSummaryResponse.BuilderGetGraphSummaryResponse. builder()default GetGraphSummaryResponse.BuilderGetGraphSummaryResponse.Builder. graphSummary(Consumer<GraphDataSummary.Builder> graphSummary)The graph summary.GetGraphSummaryResponse.BuilderGetGraphSummaryResponse.Builder. graphSummary(GraphDataSummary graphSummary)The graph summary.GetGraphSummaryResponse.BuilderGetGraphSummaryResponse.Builder. lastStatisticsComputationTime(Instant lastStatisticsComputationTime)The timestamp, in ISO 8601 format, of the time at which Neptune Analytics last computed statistics.GetGraphSummaryResponse.BuilderGetGraphSummaryResponse. toBuilder()GetGraphSummaryResponse.BuilderGetGraphSummaryResponse.Builder. version(String version)Display the version of this tool.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GetGraphSummaryResponse.Builder Modifier and Type Method Description static Class<? extends GetGraphSummaryResponse.Builder>GetGraphSummaryResponse. serializableBuilderClass()
-