| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
AclConfiguration |
AclConfiguration.clone() |
AclConfiguration |
ResultConfigurationUpdates.getAclConfiguration()
The ACL configuration for the query results.
|
AclConfiguration |
ResultConfiguration.getAclConfiguration()
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
AclConfiguration |
AclConfiguration.withS3AclOption(S3AclOption s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
AclConfiguration |
AclConfiguration.withS3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultConfigurationUpdates.setAclConfiguration(AclConfiguration aclConfiguration)
The ACL configuration for the query results.
|
void |
ResultConfiguration.setAclConfiguration(AclConfiguration aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
ResultConfigurationUpdates |
ResultConfigurationUpdates.withAclConfiguration(AclConfiguration aclConfiguration)
The ACL configuration for the query results.
|
ResultConfiguration |
ResultConfiguration.withAclConfiguration(AclConfiguration aclConfiguration)
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.
|
Copyright © 2022. All rights reserved.