Uses of Class
software.amazon.awssdk.services.glacier.model.CannedACL
-
Packages that use CannedACL Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of CannedACL in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return CannedACL Modifier and Type Method Description CannedACLS3Location. cannedACL()The canned access control list (ACL) to apply to the job results.static CannedACLCannedACL. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CannedACLCannedACL. 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.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type CannedACL Modifier and Type Method Description static Set<CannedACL>CannedACL. knownValues()Methods in software.amazon.awssdk.services.glacier.model with parameters of type CannedACL Modifier and Type Method Description S3Location.BuilderS3Location.Builder. cannedACL(CannedACL cannedACL)The canned access control list (ACL) to apply to the job results.
-