Uses of Class
software.amazon.awssdk.services.cloudfront.model.RealtimeLogConfig
-
Packages that use RealtimeLogConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of RealtimeLogConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return RealtimeLogConfig Modifier and Type Method Description RealtimeLogConfigCreateRealtimeLogConfigResponse. realtimeLogConfig()A real-time log configuration.RealtimeLogConfigGetRealtimeLogConfigResponse. realtimeLogConfig()A real-time log configuration.RealtimeLogConfigUpdateRealtimeLogConfigResponse. realtimeLogConfig()A real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type RealtimeLogConfig Modifier and Type Method Description List<RealtimeLogConfig>RealtimeLogConfigs. items()Contains the list of real-time log configurations.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type RealtimeLogConfig Modifier and Type Method Description RealtimeLogConfigs.BuilderRealtimeLogConfigs.Builder. items(RealtimeLogConfig... items)Contains the list of real-time log configurations.CreateRealtimeLogConfigResponse.BuilderCreateRealtimeLogConfigResponse.Builder. realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)A real-time log configuration.GetRealtimeLogConfigResponse.BuilderGetRealtimeLogConfigResponse.Builder. realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)A real-time log configuration.UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse.Builder. realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)A real-time log configuration.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type RealtimeLogConfig Modifier and Type Method Description RealtimeLogConfigs.BuilderRealtimeLogConfigs.Builder. items(Collection<RealtimeLogConfig> items)Contains the list of real-time log configurations.
-