Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramVerificationArpcMethod1.Builder
-
Packages that use CryptogramVerificationArpcMethod1.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CryptogramVerificationArpcMethod1.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CryptogramVerificationArpcMethod1.Builder Modifier and Type Method Description CryptogramVerificationArpcMethod1.BuilderCryptogramVerificationArpcMethod1.Builder. authResponseCode(String authResponseCode)The auth code used to calculate APRC after ARQC verification is successful.static CryptogramVerificationArpcMethod1.BuilderCryptogramVerificationArpcMethod1. builder()CryptogramVerificationArpcMethod1.BuilderCryptogramVerificationArpcMethod1. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type CryptogramVerificationArpcMethod1.Builder Modifier and Type Method Description static Class<? extends CryptogramVerificationArpcMethod1.Builder>CryptogramVerificationArpcMethod1. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type CryptogramVerificationArpcMethod1.Builder Modifier and Type Method Description default CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.static CryptogramAuthResponseCryptogramAuthResponse. fromArpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)Create an instance of this class withCryptogramAuthResponse.arpcMethod1()initialized to the given value.
-