Uses of Class
software.amazon.awssdk.services.neptunedata.model.GraphSummaryType
-
Packages that use GraphSummaryType Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of GraphSummaryType in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GraphSummaryType Modifier and Type Method Description static GraphSummaryTypeGraphSummaryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GraphSummaryTypeGetPropertygraphSummaryRequest. mode()Mode can take one of two values:BASIC(the default), andDETAILED.GraphSummaryTypeGetRdfGraphSummaryRequest. mode()Mode can take one of two values:BASIC(the default), andDETAILED.static GraphSummaryTypeGraphSummaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphSummaryType[]GraphSummaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GraphSummaryType Modifier and Type Method Description static Set<GraphSummaryType>GraphSummaryType. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type GraphSummaryType Modifier and Type Method Description GetPropertygraphSummaryRequest.BuilderGetPropertygraphSummaryRequest.Builder. mode(GraphSummaryType mode)Mode can take one of two values:BASIC(the default), andDETAILED.GetRdfGraphSummaryRequest.BuilderGetRdfGraphSummaryRequest.Builder. mode(GraphSummaryType mode)Mode can take one of two values:BASIC(the default), andDETAILED.
-