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