| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AccessRules |
AccessRules.clone() |
AccessRules |
Bucket.getAccessRules()
An object that describes the access rules of the bucket.
|
AccessRules |
UpdateBucketRequest.getAccessRules()
An object that sets the public accessibility of objects in the specified bucket.
|
AccessRules |
AccessRules.withAllowPublicOverrides(Boolean allowPublicOverrides)
A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual
objects override the
getObject option that is currently specified. |
AccessRules |
AccessRules.withGetObject(AccessType getObject)
Specifies the anonymous access to all objects in a bucket.
|
AccessRules |
AccessRules.withGetObject(String getObject)
Specifies the anonymous access to all objects in a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.setAccessRules(AccessRules accessRules)
An object that describes the access rules of the bucket.
|
void |
UpdateBucketRequest.setAccessRules(AccessRules accessRules)
An object that sets the public accessibility of objects in the specified bucket.
|
Bucket |
Bucket.withAccessRules(AccessRules accessRules)
An object that describes the access rules of the bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withAccessRules(AccessRules accessRules)
An object that sets the public accessibility of objects in the specified bucket.
|
Copyright © 2023. All rights reserved.