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
-
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
-