| Package | Description | 
|---|---|
| com.amazonaws.services.elasticloadbalancing.model | 
| Modifier and Type | Method and Description | 
|---|---|
AccessLog | 
AccessLog.clone()  | 
AccessLog | 
LoadBalancerAttributes.getAccessLog()
 If enabled, the load balancer captures detailed information of all requests and delivers the information to the
 Amazon S3 bucket that you specify. 
 | 
AccessLog | 
AccessLog.withEmitInterval(Integer emitInterval)
 The interval for publishing the access logs. 
 | 
AccessLog | 
AccessLog.withEnabled(Boolean enabled)
 Specifies whether access logs are enabled for the load balancer. 
 | 
AccessLog | 
AccessLog.withS3BucketName(String s3BucketName)
 The name of the Amazon S3 bucket where the access logs are stored. 
 | 
AccessLog | 
AccessLog.withS3BucketPrefix(String s3BucketPrefix)
 The logical hierarchy you created for your Amazon S3 bucket, for example  
my-bucket-prefix/prod. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBalancerAttributes.setAccessLog(AccessLog accessLog)
 If enabled, the load balancer captures detailed information of all requests and delivers the information to the
 Amazon S3 bucket that you specify. 
 | 
LoadBalancerAttributes | 
LoadBalancerAttributes.withAccessLog(AccessLog accessLog)
 If enabled, the load balancer captures detailed information of all requests and delivers the information to the
 Amazon S3 bucket that you specify. 
 | 
Copyright © 2019. All rights reserved.