Uses of Enum Class
software.amazon.cloudformation.proxy.HandlerErrorCode
Packages that use HandlerErrorCode
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 HandlerErrorCode in software.amazon.cloudformation.metrics
Methods in software.amazon.cloudformation.metrics with parameters of type HandlerErrorCodeModifier and TypeMethodDescriptionvoidHookMetricsPublisherImpl.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, HookInvocationPoint invocationPoint, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, HookInvocationPoint invocationPoint, HandlerErrorCode handlerErrorCode) voidMetricsPublisherImpl.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidHookMetricsPublisherImpl.publishExceptionMetric(Instant timestamp, HookInvocationPoint invocationPoint, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisher.publishExceptionMetric(Instant timestamp, HookInvocationPoint invocationPoint, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisherImpl.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) -
Uses of HandlerErrorCode in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return HandlerErrorCodeModifier and TypeMethodDescriptionstatic HandlerErrorCodeReturns the enum constant of this class with the specified name.static HandlerErrorCode[]HandlerErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.cloudformation.proxy with parameters of type HandlerErrorCodeModifier and TypeMethodDescriptionstatic <ResourceT,CallbackT>
ProgressEvent<ResourceT,CallbackT> ProgressEvent.defaultFailureHandler(Throwable e, HandlerErrorCode handlerErrorCode) Convenience method for constructing a FAILED responsestatic <ResourceT,CallbackT>
ProgressEvent<ResourceT,CallbackT> ProgressEvent.failed(ResourceT model, CallbackT cxt, HandlerErrorCode code, String message) voidMetricsPublisherProxy.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode) voidMetricsPublisherProxy.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp, HookInvocationPoint invocationPoint, HandlerErrorCode handlerErrorCode) voidMetricsPublisherProxy.publishExceptionMetric(Instant timestamp, Action action, Throwable e, HandlerErrorCode handlerErrorCode) voidMetricsPublisherProxy.publishExceptionMetric(Instant timestamp, HookInvocationPoint invocationPoint, Throwable e, HandlerErrorCode handlerErrorCode) voidCallbackAdapter.reportProgress(String bearerToken, HandlerErrorCode errorCode, OperationStatus operationStatus, OperationStatus currentOperationStatus, T resourceModel, String statusMessage) Proxies a callback to the service entity which invoked this provisioning requestvoidCloudFormationCallbackAdapter.reportProgress(String bearerToken, HandlerErrorCode errorCode, OperationStatus operationStatus, OperationStatus currentOperationStatus, T resourceModel, String statusMessage) -
Uses of HandlerErrorCode in software.amazon.cloudformation.proxy.hook
Methods in software.amazon.cloudformation.proxy.hook with parameters of type HandlerErrorCodeModifier and TypeMethodDescriptionstatic <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.defaultFailureHandler(Throwable e, HandlerErrorCode handlerErrorCode) Convenience method for constructing a FAILED responsestatic <CallbackT>
HookProgressEvent<CallbackT>HookProgressEvent.failed(CallbackT cxt, HandlerErrorCode code, String message, String data)