Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private StreamingLoggingConfig |
StreamingDistributionConfig.logging
A complex type that controls whether access logs are written for the
streaming distribution.
|
Modifier and Type | Method and Description |
---|---|
StreamingLoggingConfig |
StreamingLoggingConfig.clone() |
StreamingLoggingConfig |
StreamingDistributionConfig.getLogging()
A complex type that controls whether access logs are written for the
streaming distribution.
|
StreamingLoggingConfig |
StreamingLoggingConfig.withBucket(java.lang.String bucket)
The Amazon S3 bucket to store the access logs in, for example,
myawslogbucket.s3.amazonaws.com.
|
StreamingLoggingConfig |
StreamingLoggingConfig.withEnabled(java.lang.Boolean enabled)
Specifies whether you want CloudFront to save access logs to an Amazon S3
bucket.
|
StreamingLoggingConfig |
StreamingLoggingConfig.withPrefix(java.lang.String prefix)
An optional string that you want CloudFront to prefix to the access log
filenames for this streaming distribution, for example, myprefix/.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingDistributionConfig.setLogging(StreamingLoggingConfig logging)
A complex type that controls whether access logs are written for the
streaming distribution.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withLogging(StreamingLoggingConfig logging)
A complex type that controls whether access logs are written for the
streaming distribution.
|
Modifier and Type | Method and Description |
---|---|
StreamingLoggingConfig |
StreamingLoggingConfigStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |