Uses of Class
software.amazon.awssdk.services.neptunegraph.model.QueryState
-
Packages that use QueryState Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of QueryState in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return QueryState Modifier and Type Method Description static QueryStateQueryState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryStateGetQueryResponse. state()State of the query.QueryStateQuerySummary. state()State of the query.static QueryStateQueryState. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryState[]QueryState. 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 QueryState Modifier and Type Method Description static Set<QueryState>QueryState. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type QueryState Modifier and Type Method Description GetQueryResponse.BuilderGetQueryResponse.Builder. state(QueryState state)State of the query.QuerySummary.BuilderQuerySummary.Builder. state(QueryState state)State of the query.
-