Uses of Class
software.amazon.cloudformation.resource.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 AbstractWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient)ExecutableWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, software.amazon.cloudformation.resource.SchemaValidator validator, Serializer serializer, software.amazon.awssdk.http.SdkHttpClient httpClient)LambdaWrapper(CredentialsProvider providerCredentialsProvider, LogPublisher platformEventsLogger, CloudWatchLogPublisher providerEventsLogger, MetricsPublisher providerMetricsPublisher, 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)