Uses of Class
software.amazon.awssdk.services.internetmonitor.model.QueryType
-
Packages that use QueryType Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of QueryType in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return QueryType Modifier and Type Method Description static QueryTypeQueryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryTypeStartQueryRequest. queryType()The type of query to run.static QueryTypeQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type QueryType Modifier and Type Method Description static Set<QueryType>QueryType. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type QueryType Modifier and Type Method Description StartQueryRequest.BuilderStartQueryRequest.Builder. queryType(QueryType queryType)The type of query to run.
-