| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static S3AclOption |
S3AclOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
S3AclOption |
AclConfiguration.s3AclOption()
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
static S3AclOption |
S3AclOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<S3AclOption> |
S3AclOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AclConfiguration.Builder |
AclConfiguration.Builder.s3AclOption(S3AclOption s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
Copyright © 2023. All rights reserved.