Uses of Class
com.amazonaws.services.cloudfront.model.LoggingConfig
-
Packages that use LoggingConfig Package Description com.amazonaws.services.cloudfront.model -
-
Uses of LoggingConfig in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return LoggingConfig Modifier and Type Method Description LoggingConfigLoggingConfig. clone()LoggingConfigDistributionConfig. getLogging()A complex type that controls whether access logs are written for the distribution.LoggingConfigLoggingConfig. withBucket(String bucket)The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.LoggingConfigLoggingConfig. withEnabled(Boolean enabled)Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.LoggingConfigLoggingConfig. withIncludeCookies(Boolean includeCookies)Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies.LoggingConfigLoggingConfig. withPrefix(String prefix)An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/.Methods in com.amazonaws.services.cloudfront.model with parameters of type LoggingConfig Modifier and Type Method Description voidDistributionConfig. setLogging(LoggingConfig logging)A complex type that controls whether access logs are written for the distribution.DistributionConfigDistributionConfig. withLogging(LoggingConfig logging)A complex type that controls whether access logs are written for the distribution.
-