Uses of Class
software.amazon.awssdk.services.athena.model.S3AclOption
-
Packages that use S3AclOption Package Description software.amazon.awssdk.services.athena.model -
-
Uses of S3AclOption in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return S3AclOption Modifier and Type Method Description static S3AclOptionS3AclOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3AclOptionAclConfiguration. s3AclOption()The Amazon S3 canned ACL that Athena should specify when storing query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO.static S3AclOptionS3AclOption. valueOf(String name)Returns the enum constant of this type with the specified name.static S3AclOption[]S3AclOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type S3AclOption Modifier and Type Method Description static Set<S3AclOption>S3AclOption. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type S3AclOption Modifier and Type Method Description AclConfiguration.BuilderAclConfiguration.Builder. s3AclOption(S3AclOption s3AclOption)The Amazon S3 canned ACL that Athena should specify when storing query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO.
-