Uses of Interface
software.amazon.awssdk.services.macie2.model.AccessControlList.Builder
-
Packages that use AccessControlList.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AccessControlList.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AccessControlList.Builder Modifier and Type Method Description AccessControlList.BuilderAccessControlList.Builder. allowsPublicReadAccess(Boolean allowsPublicReadAccess)Specifies whether the ACL grants the general public with read access permissions for the bucket.AccessControlList.BuilderAccessControlList.Builder. allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)Specifies whether the ACL grants the general public with write access permissions for the bucket.static AccessControlList.BuilderAccessControlList. builder()AccessControlList.BuilderAccessControlList. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AccessControlList.Builder Modifier and Type Method Description static Class<? extends AccessControlList.Builder>AccessControlList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AccessControlList.Builder Modifier and Type Method Description default BucketLevelPermissions.BuilderBucketLevelPermissions.Builder. accessControlList(Consumer<AccessControlList.Builder> accessControlList)The permissions settings of the access control list (ACL) for the bucket.
-