Uses of Class
software.amazon.awssdk.services.athena.model.ManagedQueryResultsConfiguration
-
Packages that use ManagedQueryResultsConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ManagedQueryResultsConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ManagedQueryResultsConfiguration Modifier and Type Method Description ManagedQueryResultsConfigurationQueryExecution. managedQueryResultsConfiguration()The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.ManagedQueryResultsConfigurationWorkGroupConfiguration. managedQueryResultsConfiguration()The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.Methods in software.amazon.awssdk.services.athena.model with parameters of type ManagedQueryResultsConfiguration Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. managedQueryResultsConfiguration(ManagedQueryResultsConfiguration managedQueryResultsConfiguration)The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.WorkGroupConfiguration.BuilderWorkGroupConfiguration.Builder. managedQueryResultsConfiguration(ManagedQueryResultsConfiguration managedQueryResultsConfiguration)The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
-