Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateRealtimeLogConfigResponse.Builder
-
Packages that use UpdateRealtimeLogConfigResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateRealtimeLogConfigResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateRealtimeLogConfigResponse.Builder Modifier and Type Method Description static UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse. builder()default UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse.Builder. realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)A real-time log configuration.UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse.Builder. realtimeLogConfig(RealtimeLogConfig realtimeLogConfig)A real-time log configuration.UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateRealtimeLogConfigResponse.Builder Modifier and Type Method Description static Class<? extends UpdateRealtimeLogConfigResponse.Builder>UpdateRealtimeLogConfigResponse. serializableBuilderClass()
-