| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
S3ObjectCannedAcl |
S3DestinationAccessControl.cannedAcl()
Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
|
static S3ObjectCannedAcl |
S3ObjectCannedAcl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static S3ObjectCannedAcl |
S3ObjectCannedAcl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3ObjectCannedAcl[] |
S3ObjectCannedAcl.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<S3ObjectCannedAcl> |
S3ObjectCannedAcl.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3DestinationAccessControl.Builder |
S3DestinationAccessControl.Builder.cannedAcl(S3ObjectCannedAcl cannedAcl)
Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
|
Copyright © 2023. All rights reserved.