Uses of Enum
com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
Packages that use NoSuchEntityErrorCode
-
Uses of NoSuchEntityErrorCode in com.amazonaws.services.inspector.model
Subclasses with type arguments of type NoSuchEntityErrorCode in com.amazonaws.services.inspector.modelMethods in com.amazonaws.services.inspector.model that return NoSuchEntityErrorCodeModifier and TypeMethodDescriptionstatic NoSuchEntityErrorCodeUse this in place of valueOf.static NoSuchEntityErrorCodeReturns 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 NoSuchEntityErrorCodeModifier and TypeMethodDescriptionvoidNoSuchEntityException.setErrorCode(NoSuchEntityErrorCode errorCode) Code that indicates the type of error that is generated.NoSuchEntityException.withErrorCode(NoSuchEntityErrorCode errorCode) Code that indicates the type of error that is generated.