| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static StatementType |
StatementType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatementType |
QueryExecution.statementType()
The type of query statement that was run.
|
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 |
|---|---|
static Set<StatementType> |
StatementType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecution.Builder |
QueryExecution.Builder.statementType(StatementType statementType)
The type of query statement that was run.
|
Copyright © 2023. All rights reserved.