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