Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByRealtimeLogConfigResponse
-
Packages that use ListDistributionsByRealtimeLogConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListDistributionsByRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByRealtimeLogConfigResponse Modifier and Type Method Description default ListDistributionsByRealtimeLogConfigResponseCloudFrontClient. listDistributionsByRealtimeLogConfig(Consumer<ListDistributionsByRealtimeLogConfigRequest.Builder> listDistributionsByRealtimeLogConfigRequest)Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.default ListDistributionsByRealtimeLogConfigResponseCloudFrontClient. listDistributionsByRealtimeLogConfig(ListDistributionsByRealtimeLogConfigRequest listDistributionsByRealtimeLogConfigRequest)Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionsByRealtimeLogConfigResponse Modifier and Type Method Description default CompletableFuture<ListDistributionsByRealtimeLogConfigResponse>CloudFrontAsyncClient. listDistributionsByRealtimeLogConfig(Consumer<ListDistributionsByRealtimeLogConfigRequest.Builder> listDistributionsByRealtimeLogConfigRequest)Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.default CompletableFuture<ListDistributionsByRealtimeLogConfigResponse>CloudFrontAsyncClient. listDistributionsByRealtimeLogConfig(ListDistributionsByRealtimeLogConfigRequest listDistributionsByRealtimeLogConfigRequest)Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.
-