Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.HandlerErrorCode
-
Packages that use HandlerErrorCode Package Description software.amazon.awssdk.services.cloudcontrol.model -
-
Uses of HandlerErrorCode in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return HandlerErrorCode Modifier and Type Method Description HandlerErrorCodeProgressEvent. errorCode()For requests with a status ofFAILED, the associated error code.static HandlerErrorCodeHandlerErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.awssdk.services.cloudcontrol.model that return types with arguments of type HandlerErrorCode Modifier and Type Method Description static Set<HandlerErrorCode>HandlerErrorCode. knownValues()Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type HandlerErrorCode Modifier and Type Method Description ProgressEvent.BuilderProgressEvent.Builder. errorCode(HandlerErrorCode errorCode)For requests with a status ofFAILED, the associated error code.
-