Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByRealtimeLogConfigResponse
Packages that use ListDistributionsByRealtimeLogConfigResponse
-
Uses of ListDistributionsByRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByRealtimeLogConfigResponseModifier and TypeMethodDescriptionCloudFrontClient.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.CloudFrontClient.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 ListDistributionsByRealtimeLogConfigResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.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.CloudFrontAsyncClient.listDistributionsByRealtimeLogConfig(ListDistributionsByRealtimeLogConfigRequest listDistributionsByRealtimeLogConfigRequest) Gets a list of distributions that have a cache behavior that's associated with the specified real-time log configuration.