Uses of Class
software.amazon.awssdk.services.cloudformation.model.HandlerErrorCode
-
Packages that use HandlerErrorCode Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of HandlerErrorCode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HandlerErrorCode Modifier and Type Method Description HandlerErrorCodeRecordHandlerProgressRequest. errorCode()Reserved for use by the CloudFormation CLI.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.cloudformation.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.cloudformation.model with parameters of type HandlerErrorCode Modifier and Type Method Description RecordHandlerProgressRequest.BuilderRecordHandlerProgressRequest.Builder. errorCode(HandlerErrorCode errorCode)Reserved for use by the CloudFormation CLI.
-