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