Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AccessLog

Packages that use AccessLog
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of AccessLog in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return AccessLog
 AccessLog LoadBalancerAttributes.getAccessLog()
          The name of the load balancer attribute.
 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 example my-bucket-prefix/prod.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type AccessLog
 void LoadBalancerAttributes.setAccessLog(AccessLog accessLog)
          The name of the load balancer attribute.
 LoadBalancerAttributes LoadBalancerAttributes.withAccessLog(AccessLog accessLog)
          The name of the load balancer attribute.
 



Copyright © 2016. All rights reserved.