Uses of Class
software.amazon.cloudformation.metrics.MetricsPublisher
-
Packages that use MetricsPublisher Package Description software.amazon.cloudformation software.amazon.cloudformation.metrics software.amazon.cloudformation.proxy This package provide facilities to make it easy to work against AWS APIs that are eventually consistent for applying resource state. -
-
Uses of MetricsPublisher in software.amazon.cloudformation
Constructors in software.amazon.cloudformation with parameters of type MetricsPublisher Constructor Description LambdaWrapper(CallbackAdapter<ResourceT> callbackAdapter, CredentialsProvider platformCredentialsProvider, CredentialsProvider providerCredentialsProvider, CloudWatchLogPublisher providerEventsLogger, LogPublisher platformEventsLogger, MetricsPublisher platformMetricsPublisher, MetricsPublisher providerMetricsPublisher, CloudWatchScheduler scheduler, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient) -
Uses of MetricsPublisher in software.amazon.cloudformation.metrics
Subclasses of MetricsPublisher in software.amazon.cloudformation.metrics Modifier and Type Class Description classMetricsPublisherImpl -
Uses of MetricsPublisher in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy with parameters of type MetricsPublisher Modifier and Type Method Description voidMetricsPublisherProxy. addMetricsPublisher(MetricsPublisher metricsPublisher)
-