| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
BucketAccessLogConfig |
BucketAccessLogConfig.clone() |
BucketAccessLogConfig |
UpdateBucketRequest.getAccessLogConfig()
An object that describes the access log configuration for the bucket.
|
BucketAccessLogConfig |
Bucket.getAccessLogConfig()
An object that describes the access log configuration for the bucket.
|
BucketAccessLogConfig |
BucketAccessLogConfig.withDestination(String destination)
The name of the bucket where the access is saved.
|
BucketAccessLogConfig |
BucketAccessLogConfig.withEnabled(Boolean enabled)
A Boolean value that indicates whether bucket access logging is enabled for the bucket.
|
BucketAccessLogConfig |
BucketAccessLogConfig.withPrefix(String prefix)
The optional object prefix for the bucket access log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBucketRequest.setAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
void |
Bucket.setAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
UpdateBucketRequest |
UpdateBucketRequest.withAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
Bucket |
Bucket.withAccessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
Copyright © 2021. All rights reserved.