|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamingLoggingConfig | |
---|---|
com.amazonaws.services.cloudfront.model | Classes modeling the various types represented by AmazonCloudFront. |
Uses of StreamingLoggingConfig in com.amazonaws.services.cloudfront.model |
---|
Methods in com.amazonaws.services.cloudfront.model that return StreamingLoggingConfig | |
---|---|
StreamingLoggingConfig |
StreamingDistributionConfig.getLogging()
A complex type that controls whether access logs are written for the streaming distribution. |
StreamingLoggingConfig |
StreamingLoggingConfig.withBucket(String bucket)
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com. |
StreamingLoggingConfig |
StreamingLoggingConfig.withEnabled(Boolean enabled)
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. |
StreamingLoggingConfig |
StreamingLoggingConfig.withPrefix(String prefix)
An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. |
Methods in com.amazonaws.services.cloudfront.model with parameters of type StreamingLoggingConfig | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |