Uses of Class
software.amazon.cloudformation.resource.Serializer
-
Packages that use Serializer Package Description software.amazon.cloudformation 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 Serializer in software.amazon.cloudformation
Constructors in software.amazon.cloudformation with parameters of type Serializer 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 Serializer in software.amazon.cloudformation.proxy
Constructors in software.amazon.cloudformation.proxy with parameters of type Serializer Constructor Description CloudFormationCallbackAdapter(CloudFormationProvider cloudFormationProvider, LoggerProxy loggerProxy, Serializer serializer, software.amazon.cloudformation.resource.ResourceTypeSchema resourceTypeSchema) -
Uses of Serializer in software.amazon.cloudformation.scheduler
Constructors in software.amazon.cloudformation.scheduler with parameters of type Serializer Constructor Description CloudWatchScheduler(CloudWatchEventsProvider cloudWatchEventsProvider, Logger loggerProxy, Serializer serializer)CloudWatchScheduler(CloudWatchEventsProvider cloudWatchEventsProvider, Logger loggerProxy, CronHelper cronHelper, Serializer serializer)
-