Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetMonitoringSubscriptionResponse
-
Packages that use GetMonitoringSubscriptionResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetMonitoringSubscriptionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetMonitoringSubscriptionResponse Modifier and Type Method Description default GetMonitoringSubscriptionResponseCloudFrontClient. getMonitoringSubscription(Consumer<GetMonitoringSubscriptionRequest.Builder> getMonitoringSubscriptionRequest)Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.default GetMonitoringSubscriptionResponseCloudFrontClient. getMonitoringSubscription(GetMonitoringSubscriptionRequest getMonitoringSubscriptionRequest)Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetMonitoringSubscriptionResponse Modifier and Type Method Description default CompletableFuture<GetMonitoringSubscriptionResponse>CloudFrontAsyncClient. getMonitoringSubscription(Consumer<GetMonitoringSubscriptionRequest.Builder> getMonitoringSubscriptionRequest)Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.default CompletableFuture<GetMonitoringSubscriptionResponse>CloudFrontAsyncClient. getMonitoringSubscription(GetMonitoringSubscriptionRequest getMonitoringSubscriptionRequest)Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
-