Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsAthenaWorkGroupConfigurationDetails
-
Packages that use AwsAthenaWorkGroupConfigurationDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsAthenaWorkGroupConfigurationDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsAthenaWorkGroupConfigurationDetails Modifier and Type Method Description AwsAthenaWorkGroupConfigurationDetailsAwsAthenaWorkGroupDetails. configuration()The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsAthenaWorkGroupConfigurationDetails Modifier and Type Method Description AwsAthenaWorkGroupDetails.BuilderAwsAthenaWorkGroupDetails.Builder. configuration(AwsAthenaWorkGroupConfigurationDetails configuration)The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
-