Uses of Class
software.amazon.awssdk.services.inspector.model.LimitExceededErrorCode
-
Packages that use LimitExceededErrorCode Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of LimitExceededErrorCode in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return LimitExceededErrorCode Modifier and Type Method Description static LimitExceededErrorCodeLimitExceededErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LimitExceededErrorCodeLimitExceededException. inspectorErrorCode()Code that indicates the type of error that is generated.static LimitExceededErrorCodeLimitExceededErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LimitExceededErrorCode[]LimitExceededErrorCode. 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 LimitExceededErrorCode Modifier and Type Method Description static Set<LimitExceededErrorCode>LimitExceededErrorCode. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type LimitExceededErrorCode Modifier and Type Method Description LimitExceededException.BuilderLimitExceededException.Builder. inspectorErrorCode(LimitExceededErrorCode inspectorErrorCode)Code that indicates the type of error that is generated.
-