Uses of Class
software.amazon.cloudformation.proxy.HandlerErrorCode
-
Packages that use HandlerErrorCode Package Description 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 HandlerErrorCode in software.amazon.cloudformation.metrics
Methods in software.amazon.cloudformation.metrics with parameters of type HandlerErrorCode Modifier and Type Method Description voidMetricsPublisher. publishExceptionByErrorCodeMetric(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode, boolean thrown)voidMetricsPublisherImpl. publishExceptionByErrorCodeMetric(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode, boolean thrown)voidMetricsPublisher. publishExceptionMetric(Instant timestamp, Action action, 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 HandlerErrorCode Modifier and Type Method Description static HandlerErrorCodeHandlerErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static HandlerErrorCode[]HandlerErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.cloudformation.proxy with parameters of type HandlerErrorCode Modifier and Type Method Description static <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. publishExceptionByErrorCodeMetric(Instant timestamp, Action action, HandlerErrorCode handlerErrorCode, boolean thrown)voidMetricsPublisherProxy. publishExceptionMetric(Instant timestamp, Action action, 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)
-