Uses of Enum Class
org.apache.hadoop.fs.s3a.impl.AWSCannedACL

Packages that use AWSCannedACL
Package
Description
Implementation classes private to the S3A store.
  • Uses of AWSCannedACL in org.apache.hadoop.fs.s3a.impl

    Methods in org.apache.hadoop.fs.s3a.impl that return AWSCannedACL
    Modifier and Type
    Method
    Description
    AWSCannedACL.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static AWSCannedACL[]
    AWSCannedACL.values()
    Returns an array containing the constants of this enum class, in the order they are declared.