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