Uses of Enum
com.amazonaws.services.cognitoidentity.model.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCode
Use this in place of valueOf.static ErrorCode
Returns the enum constant of this type with the specified name.static ErrorCode[]
ErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cognitoidentity.model with parameters of type ErrorCodeModifier and TypeMethodDescriptionvoid
UnprocessedIdentityId.setErrorCode
(ErrorCode errorCode) The error code indicating the type of error that occurred.UnprocessedIdentityId.withErrorCode
(ErrorCode errorCode) The error code indicating the type of error that occurred.