| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsAthenaWorkGroupDetails |
AwsAthenaWorkGroupDetails.clone() |
AwsAthenaWorkGroupDetails |
ResourceDetails.getAwsAthenaWorkGroup()
Provides information about an Amazon Athena workgroup.
|
AwsAthenaWorkGroupDetails |
AwsAthenaWorkGroupDetails.withConfiguration(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.
|
AwsAthenaWorkGroupDetails |
AwsAthenaWorkGroupDetails.withDescription(String description)
The workgroup description.
|
AwsAthenaWorkGroupDetails |
AwsAthenaWorkGroupDetails.withName(String name)
The workgroup name.
|
AwsAthenaWorkGroupDetails |
AwsAthenaWorkGroupDetails.withState(String state)
Whether the workgroup is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsAthenaWorkGroup(AwsAthenaWorkGroupDetails awsAthenaWorkGroup)
Provides information about an Amazon Athena workgroup.
|
ResourceDetails |
ResourceDetails.withAwsAthenaWorkGroup(AwsAthenaWorkGroupDetails awsAthenaWorkGroup)
Provides information about an Amazon Athena workgroup.
|
Copyright © 2023. All rights reserved.