Uses of Class
software.amazon.awssdk.services.athena.model.ResultConfiguration
-
Packages that use ResultConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultConfiguration Modifier and Type Method Description ResultConfigurationQueryExecution. resultConfiguration()The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results.ResultConfigurationStartQueryExecutionRequest. resultConfiguration()Specifies information about where and how to save the results of the query execution.ResultConfigurationWorkGroupConfiguration. resultConfiguration()The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.Methods in software.amazon.awssdk.services.athena.model with parameters of type ResultConfiguration Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. resultConfiguration(ResultConfiguration resultConfiguration)The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results.StartQueryExecutionRequest.BuilderStartQueryExecutionRequest.Builder. resultConfiguration(ResultConfiguration resultConfiguration)Specifies information about where and how to save the results of the query execution.WorkGroupConfiguration.BuilderWorkGroupConfiguration.Builder. resultConfiguration(ResultConfiguration resultConfiguration)The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.
-