Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.VisaAmexDerivationOutputs.Builder
-
Packages that use VisaAmexDerivationOutputs.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of VisaAmexDerivationOutputs.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return VisaAmexDerivationOutputs.Builder Modifier and Type Method Description VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs.Builder. authorizationRequestKeyArn(String authorizationRequestKeyArn)ThekeyArnof the issuer master key for cryptogram (IMK-AC) used by the operation.VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs.Builder. authorizationRequestKeyCheckValue(String authorizationRequestKeyCheckValue)The key check value (KCV) of the issuer master key for cryptogram (IMK-AC) used by the operation.static VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs. builder()VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs.Builder. currentPinPekArn(String currentPinPekArn)ThekeyArnof the current PIN PEK.VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs.Builder. currentPinPekKeyCheckValue(String currentPinPekKeyCheckValue)The key check value (KCV) of the current PIN PEK.VisaAmexDerivationOutputs.BuilderVisaAmexDerivationOutputs. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type VisaAmexDerivationOutputs.Builder Modifier and Type Method Description static Class<? extends VisaAmexDerivationOutputs.Builder>VisaAmexDerivationOutputs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type VisaAmexDerivationOutputs.Builder Modifier and Type Method Description default GenerateMacEmvPinChangeResponse.BuilderGenerateMacEmvPinChangeResponse.Builder. visaAmexDerivationOutputs(Consumer<VisaAmexDerivationOutputs.Builder> visaAmexDerivationOutputs)The attribute values used for Amex and Visa derivation methods.
-