Uses of Enum
software.amazon.awssdk.services.s3.model.BucketCannedACL
Packages that use BucketCannedACL
-
Uses of BucketCannedACL in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketCannedACLModifier and TypeMethodDescriptionfinal BucketCannedACLCreateBucketRequest.acl()The canned ACL to apply to the bucket.final BucketCannedACLPutBucketAclRequest.acl()The canned ACL to apply to the bucket.static BucketCannedACLUse this in place of valueOf to convert the raw string returned by the service into the enum value.static BucketCannedACLReturns 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 BucketCannedACLMethods in software.amazon.awssdk.services.s3.model with parameters of type BucketCannedACLModifier and TypeMethodDescriptionCreateBucketRequest.Builder.acl(BucketCannedACL acl) The canned ACL to apply to the bucket.PutBucketAclRequest.Builder.acl(BucketCannedACL acl) The canned ACL to apply to the bucket.