Uses of Class
software.amazon.awssdk.services.medialive.model.S3CannedAcl
-
Packages that use S3CannedAcl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of S3CannedAcl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return S3CannedAcl Modifier and Type Method Description S3CannedAclArchiveS3Settings. cannedAcl()Specify the canned ACL to apply to each S3 request.S3CannedAclFrameCaptureS3Settings. cannedAcl()Specify the canned ACL to apply to each S3 request.S3CannedAclHlsS3Settings. cannedAcl()Specify the canned ACL to apply to each S3 request.static S3CannedAclS3CannedAcl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static S3CannedAclS3CannedAcl. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type S3CannedAcl Modifier and Type Method Description static Set<S3CannedAcl>S3CannedAcl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type S3CannedAcl Modifier and Type Method Description ArchiveS3Settings.BuilderArchiveS3Settings.Builder. cannedAcl(S3CannedAcl cannedAcl)Specify the canned ACL to apply to each S3 request.FrameCaptureS3Settings.BuilderFrameCaptureS3Settings.Builder. cannedAcl(S3CannedAcl cannedAcl)Specify the canned ACL to apply to each S3 request.HlsS3Settings.BuilderHlsS3Settings.Builder. cannedAcl(S3CannedAcl cannedAcl)Specify the canned ACL to apply to each S3 request.
-