Uses of Class
software.amazon.cloudformation.proxy.OperationStatus
-
Packages that use OperationStatus Package Description 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 OperationStatus in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return OperationStatus Modifier and Type Method Description static OperationStatusOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus. 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 OperationStatus Modifier and Type Method Description 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)
-