Uses of Interface
software.amazon.awssdk.services.cloudwatch.CloudWatchBaseClientBuilder
Packages that use CloudWatchBaseClientBuilder
Package
Description
Amazon CloudWatch enables you to publish, monitor, and manage various metrics, as well as configure alarm actions
based on data from metrics.
-
Uses of CloudWatchBaseClientBuilder in software.amazon.awssdk.services.cloudwatch
Classes in software.amazon.awssdk.services.cloudwatch with type parameters of type CloudWatchBaseClientBuilderModifier and TypeInterfaceDescriptioninterfaceCloudWatchBaseClientBuilder<B extends CloudWatchBaseClientBuilder<B,C>, C> This includes configuration specific to CloudWatch that is supported by bothCloudWatchClientBuilderandCloudWatchAsyncClientBuilder.Subinterfaces of CloudWatchBaseClientBuilder in software.amazon.awssdk.services.cloudwatchModifier and TypeInterfaceDescriptioninterfaceA builder for creating an instance ofCloudWatchAsyncClient.interfaceA builder for creating an instance ofCloudWatchClient.