Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetRealtimeLogConfigResponse
-
Packages that use GetRealtimeLogConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetRealtimeLogConfigResponse Modifier and Type Method Description default GetRealtimeLogConfigResponseCloudFrontClient. getRealtimeLogConfig(Consumer<GetRealtimeLogConfigRequest.Builder> getRealtimeLogConfigRequest)Gets a real-time log configuration.default GetRealtimeLogConfigResponseCloudFrontClient. getRealtimeLogConfig(GetRealtimeLogConfigRequest getRealtimeLogConfigRequest)Gets a real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetRealtimeLogConfigResponse Modifier and Type Method Description default CompletableFuture<GetRealtimeLogConfigResponse>CloudFrontAsyncClient. getRealtimeLogConfig(Consumer<GetRealtimeLogConfigRequest.Builder> getRealtimeLogConfigRequest)Gets a real-time log configuration.default CompletableFuture<GetRealtimeLogConfigResponse>CloudFrontAsyncClient. getRealtimeLogConfig(GetRealtimeLogConfigRequest getRealtimeLogConfigRequest)Gets a real-time log configuration.
-