Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateRealtimeLogConfigResponse
-
Packages that use CreateRealtimeLogConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateRealtimeLogConfigResponse Modifier and Type Method Description default CreateRealtimeLogConfigResponseCloudFrontClient. createRealtimeLogConfig(Consumer<CreateRealtimeLogConfigRequest.Builder> createRealtimeLogConfigRequest)Creates a real-time log configuration.default CreateRealtimeLogConfigResponseCloudFrontClient. createRealtimeLogConfig(CreateRealtimeLogConfigRequest createRealtimeLogConfigRequest)Creates a real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateRealtimeLogConfigResponse Modifier and Type Method Description default CompletableFuture<CreateRealtimeLogConfigResponse>CloudFrontAsyncClient. createRealtimeLogConfig(Consumer<CreateRealtimeLogConfigRequest.Builder> createRealtimeLogConfigRequest)Creates a real-time log configuration.default CompletableFuture<CreateRealtimeLogConfigResponse>CloudFrontAsyncClient. createRealtimeLogConfig(CreateRealtimeLogConfigRequest createRealtimeLogConfigRequest)Creates a real-time log configuration.
-