Uses of Class
software.amazon.cloudformation.Action
-
Packages that use Action Package Description software.amazon.cloudformation 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. -
-
Uses of Action in software.amazon.cloudformation
Methods in software.amazon.cloudformation that return Action Modifier and Type Method Description static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.cloudformation with parameters of type Action Modifier and Type Method Description abstract ProgressEvent<ResourceT,CallbackT>LambdaWrapper. invokeHandler(AmazonWebServicesClientProxy proxy, ResourceHandlerRequest<ResourceT> request, Action action, CallbackT callbackContext)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 Action Modifier and Type Method Description voidMetricsPublisher. publishDurationMetric(Instant timestamp, Action action, long milliseconds)voidMetricsPublisherImpl. publishDurationMetric(Instant timestamp, Action action, long milliseconds)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 Action Modifier and Type Method Description voidMetricsPublisherProxy. publishDurationMetric(Instant timestamp, Action action, long milliseconds)voidMetricsPublisherProxy. publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode)voidMetricsPublisherProxy. publishInvocationMetric(Instant timestamp, Action action)
-