Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramAuthResponse
-
Packages that use CryptogramAuthResponse Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CryptogramAuthResponse in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CryptogramAuthResponse Modifier and Type Method Description CryptogramAuthResponseVerifyAuthRequestCryptogramRequest. authResponseAttributes()The attributes and values for auth request cryptogram verification.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)Create an instance of this class witharpcMethod1()initialized to the given value.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)Create an instance of this class witharpcMethod1()initialized to the given value.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)Create an instance of this class witharpcMethod2()initialized to the given value.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod2(CryptogramVerificationArpcMethod2 arpcMethod2)Create an instance of this class witharpcMethod2()initialized to the given value.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type CryptogramAuthResponse Modifier and Type Method Description VerifyAuthRequestCryptogramRequest.BuilderVerifyAuthRequestCryptogramRequest.Builder. authResponseAttributes(CryptogramAuthResponse authResponseAttributes)The attributes and values for auth request cryptogram verification.
-