Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
LoggingConfig |
StreamingDistributionConfig.getLogging()
A complex type that controls whether access logs are written for the
streaming distribution.
|
LoggingConfig |
DistributionConfig.getLogging()
A complex type that controls whether access logs are written for the
distribution.
|
LoggingConfig |
LoggingConfig.withBucket(String bucket)
The bucket to receive access logs.
|
LoggingConfig |
LoggingConfig.withPrefix(String prefix)
The prefix to use for stored access log files.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingDistributionConfig.setLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the
streaming distribution.
|
void |
DistributionConfig.setLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the
distribution.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the
streaming distribution.
|
DistributionConfig |
DistributionConfig.withLogging(LoggingConfig logging)
A complex type that controls whether access logs are written for the
distribution.
|
Copyright © 2015. All rights reserved.