Uses of Enum
software.amazon.awssdk.services.cloudcontrol.model.HandlerErrorCode
Packages that use HandlerErrorCode
-
Uses of HandlerErrorCode in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return HandlerErrorCodeModifier and TypeMethodDescriptionfinal HandlerErrorCodeProgressEvent.errorCode()For requests with a status ofFAILED, the associated error code.static HandlerErrorCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static HandlerErrorCodeReturns 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 HandlerErrorCodeMethods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type HandlerErrorCodeModifier and TypeMethodDescriptionProgressEvent.Builder.errorCode(HandlerErrorCode errorCode) For requests with a status ofFAILED, the associated error code.