| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
CalculationResult |
CalculationResult.clone() |
CalculationResult |
GetCalculationExecutionResult.getResult()
Contains result information.
|
CalculationResult |
CalculationResult.withResultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
|
CalculationResult |
CalculationResult.withResultType(String resultType)
The data format of the calculation result.
|
CalculationResult |
CalculationResult.withStdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the
stderr error messages file for the calculation. |
CalculationResult |
CalculationResult.withStdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the
stdout file for the calculation. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCalculationExecutionResult.setResult(CalculationResult result)
Contains result information.
|
GetCalculationExecutionResult |
GetCalculationExecutionResult.withResult(CalculationResult result)
Contains result information.
|
Copyright © 2025. All rights reserved.