Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AccessLog
-
Packages that use AccessLog Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of AccessLog in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return AccessLog Modifier and Type Method Description AccessLogLoadBalancerAttributes. accessLog()If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type AccessLog Modifier and Type Method Description LoadBalancerAttributes.BuilderLoadBalancerAttributes.Builder. accessLog(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.
-