| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static StatementType |
StatementType.fromValue(String value)
Use this in place of valueOf.
|
static StatementType |
StatementType.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.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecution |
QueryExecution.withStatementType(StatementType statementType)
The type of query statement that was run.
|
Copyright © 2020. All rights reserved.