Uses of Interface
software.amazon.awssdk.services.cloudwatch.CloudWatchBaseClientBuilder
-
Packages that use CloudWatchBaseClientBuilder 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. -
-
Uses of CloudWatchBaseClientBuilder in software.amazon.awssdk.services.cloudwatch
Classes in software.amazon.awssdk.services.cloudwatch with type parameters of type CloudWatchBaseClientBuilder Modifier and Type Interface Description interfaceCloudWatchBaseClientBuilder<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.cloudwatch Modifier and Type Interface Description interfaceCloudWatchAsyncClientBuilderA builder for creating an instance ofCloudWatchAsyncClient.interfaceCloudWatchClientBuilderA builder for creating an instance ofCloudWatchClient.
-