Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AccessLog
-
Packages that use AccessLog Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of AccessLog in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return AccessLog Modifier and Type Method 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 log is 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 examplemy-bucket-prefix/prod
.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type AccessLog Modifier and Type Method 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.
-