Uses of Class
software.amazon.awssdk.services.athena.model.AclConfiguration
-
Packages that use AclConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of AclConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return AclConfiguration Modifier and Type Method Description AclConfigurationResultConfiguration. aclConfiguration()Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.AclConfigurationResultConfigurationUpdates. aclConfiguration()The ACL configuration for the query results.Methods in software.amazon.awssdk.services.athena.model with parameters of type AclConfiguration Modifier and Type Method Description ResultConfiguration.BuilderResultConfiguration.Builder. aclConfiguration(AclConfiguration aclConfiguration)Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results.ResultConfigurationUpdates.BuilderResultConfigurationUpdates.Builder. aclConfiguration(AclConfiguration aclConfiguration)The ACL configuration for the query results.
-