| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AccessControlList.Builder |
AccessControlList.Builder.allowsPublicReadAccess(Boolean allowsPublicReadAccess)
A value that indicates whether public read access for the bucket is enabled through an Access Control List
(ACL).
|
AccessControlList.Builder |
AccessControlList.Builder.allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
A value that indicates whether public write access for the bucket is enabled through an Access Control List
(ACL).
|
static AccessControlList.Builder |
AccessControlList.builder() |
AccessControlList.Builder |
AccessControlList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessControlList.Builder> |
AccessControlList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketLevelPermissions.Builder |
BucketLevelPermissions.Builder.accessControlList(Consumer<AccessControlList.Builder> accessControlList)
Contains information on how Access Control Policies are applied to the bucket.
|
Copyright © 2022. All rights reserved.