Uses of Class
software.amazon.awssdk.services.inspectorscan.model.InternalServerExceptionReason
-
Packages that use InternalServerExceptionReason Package Description software.amazon.awssdk.services.inspectorscan.model -
-
Uses of InternalServerExceptionReason in software.amazon.awssdk.services.inspectorscan.model
Methods in software.amazon.awssdk.services.inspectorscan.model that return InternalServerExceptionReason Modifier and Type Method Description static InternalServerExceptionReasonInternalServerExceptionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InternalServerExceptionReasonInternalServerException. reason()The reason for the validation failure.static InternalServerExceptionReasonInternalServerExceptionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static InternalServerExceptionReason[]InternalServerExceptionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspectorscan.model that return types with arguments of type InternalServerExceptionReason Modifier and Type Method Description static Set<InternalServerExceptionReason>InternalServerExceptionReason. knownValues()Methods in software.amazon.awssdk.services.inspectorscan.model with parameters of type InternalServerExceptionReason Modifier and Type Method Description InternalServerException.BuilderInternalServerException.Builder. reason(InternalServerExceptionReason reason)The reason for the validation failure.
-