Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListRealtimeLogConfigsResponse
-
Packages that use ListRealtimeLogConfigsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListRealtimeLogConfigsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListRealtimeLogConfigsResponse Modifier and Type Method Description default ListRealtimeLogConfigsResponseCloudFrontClient. listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)Gets a list of real-time log configurations.default ListRealtimeLogConfigsResponseCloudFrontClient. listRealtimeLogConfigs(ListRealtimeLogConfigsRequest listRealtimeLogConfigsRequest)Gets a list of real-time log configurations.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListRealtimeLogConfigsResponse Modifier and Type Method Description default CompletableFuture<ListRealtimeLogConfigsResponse>CloudFrontAsyncClient. listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)Gets a list of real-time log configurations.default CompletableFuture<ListRealtimeLogConfigsResponse>CloudFrontAsyncClient. listRealtimeLogConfigs(ListRealtimeLogConfigsRequest listRealtimeLogConfigsRequest)Gets a list of real-time log configurations.
-