| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
CannedACL |
S3Location.cannedACL()
The canned access control list (ACL) to apply to the job results.
|
static CannedACL |
CannedACL.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CannedACL |
CannedACL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannedACL[] |
CannedACL.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<CannedACL> |
CannedACL.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.cannedACL(CannedACL cannedACL)
The canned access control list (ACL) to apply to the job results.
|
Copyright © 2023. All rights reserved.