Uses of Class
software.amazon.awssdk.services.neptunegraph.model.PlanCacheType
-
Packages that use PlanCacheType Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of PlanCacheType in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return PlanCacheType Modifier and Type Method Description static PlanCacheTypePlanCacheType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlanCacheTypeExecuteQueryRequest. planCache()Query plan cache is a feature that saves the query plan and reuses it on successive executions of the same query.static PlanCacheTypePlanCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanCacheType[]PlanCacheType. 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 PlanCacheType Modifier and Type Method Description static Set<PlanCacheType>PlanCacheType. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type PlanCacheType Modifier and Type Method Description ExecuteQueryRequest.BuilderExecuteQueryRequest.Builder. planCache(PlanCacheType planCache)Query plan cache is a feature that saves the query plan and reuses it on successive executions of the same query.
-