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 ErrorCodeUse this in place of valueOf.static ErrorCodeReturns 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 TypeMethodDescriptionvoidUnprocessedIdentityId.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.