Uses of Class
com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
-
Packages that use StreamingLoggingConfig Package Description com.amazonaws.services.cloudfront.model -
-
Uses of StreamingLoggingConfig in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return StreamingLoggingConfig Modifier and Type Method Description StreamingLoggingConfigStreamingLoggingConfig. clone()StreamingLoggingConfigStreamingDistributionConfig. getLogging()A complex type that controls whether access logs are written for the streaming distribution.StreamingLoggingConfigStreamingLoggingConfig. withBucket(String bucket)The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.StreamingLoggingConfigStreamingLoggingConfig. withEnabled(Boolean enabled)Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.StreamingLoggingConfigStreamingLoggingConfig. 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 Modifier and Type Method Description voidStreamingDistributionConfig. setLogging(StreamingLoggingConfig logging)A complex type that controls whether access logs are written for the streaming distribution.StreamingDistributionConfigStreamingDistributionConfig. withLogging(StreamingLoggingConfig logging)A complex type that controls whether access logs are written for the streaming distribution.
-