Uses of Class
software.amazon.awssdk.services.inspector.model.InvalidInputErrorCode
-
Packages that use InvalidInputErrorCode Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of InvalidInputErrorCode in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return InvalidInputErrorCode Modifier and Type Method Description static InvalidInputErrorCodeInvalidInputErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InvalidInputErrorCodeInvalidInputException. inspectorErrorCode()Code that indicates the type of error that is generated.static InvalidInputErrorCodeInvalidInputErrorCode. 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 software.amazon.awssdk.services.inspector.model that return types with arguments of type InvalidInputErrorCode Modifier and Type Method Description static Set<InvalidInputErrorCode>InvalidInputErrorCode. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type InvalidInputErrorCode Modifier and Type Method Description InvalidInputException.BuilderInvalidInputException.Builder. inspectorErrorCode(InvalidInputErrorCode inspectorErrorCode)Code that indicates the type of error that is generated.
-