| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
AccessControlList.clone() |
AccessControlList |
BucketLevelPermissions.getAccessControlList()
The permissions settings of the access control list (ACL) for the bucket.
|
AccessControlList |
AccessControlList.withAllowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the ACL grants the general public with read access permissions for the bucket.
|
AccessControlList |
AccessControlList.withAllowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the ACL grants the general public with write access permissions for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketLevelPermissions.setAccessControlList(AccessControlList accessControlList)
The permissions settings of the access control list (ACL) for the bucket.
|
BucketLevelPermissions |
BucketLevelPermissions.withAccessControlList(AccessControlList accessControlList)
The permissions settings of the access control list (ACL) for the bucket.
|
Copyright © 2022. All rights reserved.