Uses of Class
software.amazon.awssdk.services.s3.model.BucketCannedACL
-
Packages that use BucketCannedACL Package Description software.amazon.awssdk.services.s3.model -
-
Uses of BucketCannedACL in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketCannedACL Modifier and Type Method Description BucketCannedACLCreateBucketRequest. acl()The canned ACL to apply to the bucket.BucketCannedACLPutBucketAclRequest. acl()The canned ACL to apply to the bucket.static BucketCannedACLBucketCannedACL. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BucketCannedACLBucketCannedACL. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketCannedACL[]BucketCannedACL. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BucketCannedACL Modifier and Type Method Description static Set<BucketCannedACL>BucketCannedACL. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type BucketCannedACL Modifier and Type Method Description CreateBucketRequest.BuilderCreateBucketRequest.Builder. acl(BucketCannedACL acl)The canned ACL to apply to the bucket.PutBucketAclRequest.BuilderPutBucketAclRequest.Builder. acl(BucketCannedACL acl)The canned ACL to apply to the bucket.
-