Uses of Interface
software.amazon.awssdk.services.cloudwatch.CloudWatchClient
-
Packages that use CloudWatchClient Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time.software.amazon.awssdk.services.cloudwatch.paginators software.amazon.awssdk.services.cloudwatch.waiters -
-
Uses of CloudWatchClient in software.amazon.awssdk.services.cloudwatch
Methods in software.amazon.awssdk.services.cloudwatch that return CloudWatchClient Modifier and Type Method Description static CloudWatchClientCloudWatchClient. create()Create aCloudWatchClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CloudWatchClient in software.amazon.awssdk.services.cloudwatch.paginators
Constructors in software.amazon.awssdk.services.cloudwatch.paginators with parameters of type CloudWatchClient Constructor Description DescribeAlarmHistoryIterable(CloudWatchClient client, DescribeAlarmHistoryRequest firstRequest)DescribeAlarmsIterable(CloudWatchClient client, DescribeAlarmsRequest firstRequest)DescribeAnomalyDetectorsIterable(CloudWatchClient client, DescribeAnomalyDetectorsRequest firstRequest)DescribeInsightRulesIterable(CloudWatchClient client, DescribeInsightRulesRequest firstRequest)GetMetricDataIterable(CloudWatchClient client, GetMetricDataRequest firstRequest)ListDashboardsIterable(CloudWatchClient client, ListDashboardsRequest firstRequest)ListManagedInsightRulesIterable(CloudWatchClient client, ListManagedInsightRulesRequest firstRequest)ListMetricsIterable(CloudWatchClient client, ListMetricsRequest firstRequest)ListMetricStreamsIterable(CloudWatchClient client, ListMetricStreamsRequest firstRequest) -
Uses of CloudWatchClient in software.amazon.awssdk.services.cloudwatch.waiters
Methods in software.amazon.awssdk.services.cloudwatch.waiters with parameters of type CloudWatchClient Modifier and Type Method Description CloudWatchWaiter.BuilderCloudWatchWaiter.Builder. client(CloudWatchClient client)Sets a customCloudWatchClientthat will be used to poll the resource
-