| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
S3CannedAcl |
FrameCaptureS3Settings.cannedAcl()
Specify the canned ACL to apply to each S3 request.
|
S3CannedAcl |
HlsS3Settings.cannedAcl()
Specify the canned ACL to apply to each S3 request.
|
S3CannedAcl |
ArchiveS3Settings.cannedAcl()
Specify the canned ACL to apply to each S3 request.
|
static S3CannedAcl |
S3CannedAcl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static S3CannedAcl |
S3CannedAcl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3CannedAcl[] |
S3CannedAcl.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<S3CannedAcl> |
S3CannedAcl.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FrameCaptureS3Settings.Builder |
FrameCaptureS3Settings.Builder.cannedAcl(S3CannedAcl cannedAcl)
Specify the canned ACL to apply to each S3 request.
|
HlsS3Settings.Builder |
HlsS3Settings.Builder.cannedAcl(S3CannedAcl cannedAcl)
Specify the canned ACL to apply to each S3 request.
|
ArchiveS3Settings.Builder |
ArchiveS3Settings.Builder.cannedAcl(S3CannedAcl cannedAcl)
Specify the canned ACL to apply to each S3 request.
|
Copyright © 2022. All rights reserved.