Uses of Class
software.amazon.cloudformation.loggers.LogPublisher
-
Packages that use LogPublisher Package Description software.amazon.cloudformation software.amazon.cloudformation.loggers 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 LogPublisher in software.amazon.cloudformation
Constructors in software.amazon.cloudformation with parameters of type LogPublisher 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 LogPublisher in software.amazon.cloudformation.loggers
Subclasses of LogPublisher in software.amazon.cloudformation.loggers Modifier and Type Class Description classCloudWatchLogPublisherclassLambdaLogPublisher -
Uses of LogPublisher in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy with parameters of type LogPublisher Modifier and Type Method Description voidLoggerProxy. addLogPublisher(LogPublisher logPublisher)
-