Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateRealtimeLogConfigResponse
-
Packages that use UpdateRealtimeLogConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateRealtimeLogConfigResponse Modifier and Type Method Description default UpdateRealtimeLogConfigResponseCloudFrontClient. updateRealtimeLogConfig(Consumer<UpdateRealtimeLogConfigRequest.Builder> updateRealtimeLogConfigRequest)Updates a real-time log configuration.default UpdateRealtimeLogConfigResponseCloudFrontClient. updateRealtimeLogConfig(UpdateRealtimeLogConfigRequest updateRealtimeLogConfigRequest)Updates a real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateRealtimeLogConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateRealtimeLogConfigResponse>CloudFrontAsyncClient. updateRealtimeLogConfig(Consumer<UpdateRealtimeLogConfigRequest.Builder> updateRealtimeLogConfigRequest)Updates a real-time log configuration.default CompletableFuture<UpdateRealtimeLogConfigResponse>CloudFrontAsyncClient. updateRealtimeLogConfig(UpdateRealtimeLogConfigRequest updateRealtimeLogConfigRequest)Updates a real-time log configuration.
-