Uses of Interface
software.amazon.cloudformation.proxy.Logger
| Package | Description |
|---|---|
| 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.
|
| software.amazon.cloudformation.scheduler |
-
Uses of Logger in software.amazon.cloudformation.metrics
Constructors in software.amazon.cloudformation.metrics with parameters of type Logger Constructor Description MetricsPublisherImpl(CloudWatchProvider cloudWatchProvider, Logger loggerProxy, java.lang.String resourceTypeName) -
Uses of Logger in software.amazon.cloudformation.proxy
Classes in software.amazon.cloudformation.proxy that implement Logger Modifier and Type Class Description classLoggerProxyMethods in software.amazon.cloudformation.proxy that return Logger Modifier and Type Method Description LoggerCallChain.Initiator. getLogger() -
Uses of Logger in software.amazon.cloudformation.scheduler
Constructors in software.amazon.cloudformation.scheduler with parameters of type Logger Constructor Description CloudWatchScheduler(CloudWatchEventsProvider cloudWatchEventsProvider, Logger loggerProxy, Serializer serializer)CloudWatchScheduler(CloudWatchEventsProvider cloudWatchEventsProvider, Logger loggerProxy, CronHelper cronHelper, Serializer serializer)