Uses of Class
software.amazon.awssdk.services.mediaconvert.model.S3ObjectCannedAcl
-
Packages that use S3ObjectCannedAcl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of S3ObjectCannedAcl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return S3ObjectCannedAcl Modifier and Type Method Description S3ObjectCannedAclS3DestinationAccessControl. cannedAcl()Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.static S3ObjectCannedAclS3ObjectCannedAcl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static S3ObjectCannedAclS3ObjectCannedAcl. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type S3ObjectCannedAcl Modifier and Type Method Description static Set<S3ObjectCannedAcl>S3ObjectCannedAcl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type S3ObjectCannedAcl Modifier and Type Method Description S3DestinationAccessControl.BuilderS3DestinationAccessControl.Builder. cannedAcl(S3ObjectCannedAcl cannedAcl)Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
-