Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AccessLog
Packages that use AccessLog
-
Uses of AccessLog in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return AccessLogModifier and TypeMethodDescriptionAccessLog.clone()
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.withEmitInterval
(Integer emitInterval) The interval for publishing the access logs.AccessLog.withEnabled
(Boolean enabled) Specifies whether access log is enabled for the load balancer.AccessLog.withS3BucketName
(String s3BucketName) The name of the Amazon S3 bucket where the access logs are stored.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 AccessLogModifier and TypeMethodDescriptionvoid
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.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.