Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetRealtimeLogConfigRequest
-
Packages that use GetRealtimeLogConfigRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of GetRealtimeLogConfigRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetRealtimeLogConfigRequest Modifier and Type Method Description default CompletableFuture<GetRealtimeLogConfigResponse>
CloudFrontAsyncClient. getRealtimeLogConfig(GetRealtimeLogConfigRequest getRealtimeLogConfigRequest)
Gets a real-time log configuration.default GetRealtimeLogConfigResponse
CloudFrontClient. getRealtimeLogConfig(GetRealtimeLogConfigRequest getRealtimeLogConfigRequest)
Gets a real-time log configuration. -
Uses of GetRealtimeLogConfigRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetRealtimeLogConfigRequest Modifier and Type Method Description SdkHttpFullRequest
GetRealtimeLogConfigRequestMarshaller. marshall(GetRealtimeLogConfigRequest getRealtimeLogConfigRequest)
-