Uses of Class
software.amazon.awssdk.services.neptunegraph.model.QueryStateInput
-
Packages that use QueryStateInput Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of QueryStateInput in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return QueryStateInput Modifier and Type Method Description static QueryStateInputQueryStateInput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryStateInputListQueriesRequest. state()Filtered list of queries based on state.static QueryStateInputQueryStateInput. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryStateInput[]QueryStateInput. 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 QueryStateInput Modifier and Type Method Description static Set<QueryStateInput>QueryStateInput. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type QueryStateInput Modifier and Type Method Description ListQueriesRequest.BuilderListQueriesRequest.Builder. state(QueryStateInput state)Filtered list of queries based on state.
-