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