Uses of Class
com.amazonaws.services.inspector.model.InvalidInputErrorCode
-
Packages that use InvalidInputErrorCode Package Description com.amazonaws.services.inspector.model -
-
Uses of InvalidInputErrorCode in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return InvalidInputErrorCode Modifier and Type Method Description static InvalidInputErrorCode
InvalidInputErrorCode. fromValue(String value)
Use this in place of valueOf.static InvalidInputErrorCode
InvalidInputErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static InvalidInputErrorCode[]
InvalidInputErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.inspector.model with parameters of type InvalidInputErrorCode Modifier and Type Method Description void
InvalidInputException. setErrorCode(InvalidInputErrorCode errorCode)
Code that indicates the type of error that is generated.InvalidInputException
InvalidInputException. withErrorCode(InvalidInputErrorCode errorCode)
Code that indicates the type of error that is generated.
-