Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.CryptogramAuthResponse.Builder
-
Packages that use CryptogramAuthResponse.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CryptogramAuthResponse.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CryptogramAuthResponse.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.CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1)Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.default CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2)Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.CryptogramAuthResponse.BuilderCryptogramAuthResponse.Builder. arpcMethod2(CryptogramVerificationArpcMethod2 arpcMethod2)Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.static CryptogramAuthResponse.BuilderCryptogramAuthResponse. builder()CryptogramAuthResponse.BuilderCryptogramAuthResponse. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type CryptogramAuthResponse.Builder Modifier and Type Method Description static Class<? extends CryptogramAuthResponse.Builder>CryptogramAuthResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type CryptogramAuthResponse.Builder Modifier and Type Method Description default VerifyAuthRequestCryptogramRequest.BuilderVerifyAuthRequestCryptogramRequest.Builder. authResponseAttributes(Consumer<CryptogramAuthResponse.Builder> authResponseAttributes)The attributes and values for auth request cryptogram verification.
-