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 AccessLogAccessLog. clone()AccessLogLoadBalancerAttributes. getAccessLog()If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.AccessLogAccessLog. withEmitInterval(Integer emitInterval)The interval for publishing the access logs.AccessLogAccessLog. withEnabled(Boolean enabled)Specifies whether access log is enabled for the load balancer.AccessLogAccessLog. withS3BucketName(String s3BucketName)The name of the Amazon S3 bucket where the access logs are stored.AccessLogAccessLog. 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 voidLoadBalancerAttributes. 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.LoadBalancerAttributesLoadBalancerAttributes. 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.
-