Uses of Class
com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
-
Packages that use NoSuchEntityErrorCode Package Description com.amazonaws.services.inspector.model -
-
Uses of NoSuchEntityErrorCode in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return NoSuchEntityErrorCode Modifier and Type Method Description static NoSuchEntityErrorCodeNoSuchEntityErrorCode. fromValue(String value)Use this in place of valueOf.static NoSuchEntityErrorCodeNoSuchEntityErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static NoSuchEntityErrorCode[]NoSuchEntityErrorCode. 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 NoSuchEntityErrorCode Modifier and Type Method Description voidNoSuchEntityException. setErrorCode(NoSuchEntityErrorCode errorCode)Code that indicates the type of error that is generated.NoSuchEntityExceptionNoSuchEntityException. withErrorCode(NoSuchEntityErrorCode errorCode)Code that indicates the type of error that is generated.
-