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