Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GraphSummaryMode
-
Packages that use GraphSummaryMode Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of GraphSummaryMode in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return GraphSummaryMode Modifier and Type Method Description static GraphSummaryModeGraphSummaryMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GraphSummaryModeGetGraphSummaryRequest. mode()The summary mode can take one of two values:basic(the default), anddetailed.static GraphSummaryModeGraphSummaryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphSummaryMode[]GraphSummaryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GraphSummaryMode Modifier and Type Method Description static Set<GraphSummaryMode>GraphSummaryMode. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type GraphSummaryMode Modifier and Type Method Description GetGraphSummaryRequest.BuilderGetGraphSummaryRequest.Builder. mode(GraphSummaryMode mode)The summary mode can take one of two values:basic(the default), anddetailed.
-