Uses of Enum Class
software.amazon.cloudformation.Action
Packages that use Action
Package
Description
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
-
Uses of Action in software.amazon.cloudformation
Methods in software.amazon.cloudformation that return ActionModifier and TypeMethodDescriptionstatic ActionReturns the enum constant of this class with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.cloudformation with parameters of type ActionModifier and TypeMethodDescriptionabstract ProgressEvent<ResourceT,CallbackT> AbstractWrapper.invokeHandler(AmazonWebServicesClientProxy proxy, ResourceHandlerRequest<ResourceT> request, Action action, CallbackT callbackContext, ConfigurationT typeConfiguration) Implemented by the handler package as the key entry point. -
Uses of Action in software.amazon.cloudformation.metrics
Methods in software.amazon.cloudformation.metrics with parameters of type ActionModifier and TypeMethodDescriptionvoidMetricsPublisher.publishDurationMetric(Instant timestamp, Action action, long milliseconds) voidMetricsPublisherImpl.publishDurationMetric(Instant timestamp, Action action, long milliseconds) voidMetricsPublisher.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidMetricsPublisherImpl.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisherImpl.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishInvocationMetric(Instant timestamp, Action action) voidMetricsPublisherImpl.publishInvocationMetric(Instant timestamp, Action action) -
Uses of Action in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy with parameters of type ActionModifier and TypeMethodDescriptionvoidMetricsPublisherProxy.publishDurationMetric(Instant timestamp, Action action, long milliseconds) voidMetricsPublisherProxy.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidMetricsPublisherProxy.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisherProxy.publishInvocationMetric(Instant timestamp, Action action)