Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.PinData
-
Packages that use PinData Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of PinData in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return PinData Modifier and Type Method Description static PinDataPinData. fromPinOffset(String pinOffset)Create an instance of this class withpinOffset()initialized to the given value.static PinDataPinData. fromVerificationValue(String verificationValue)Create an instance of this class withverificationValue()initialized to the given value.PinDataGeneratePinDataResponse. pinData()The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type PinData Modifier and Type Method Description GeneratePinDataResponse.BuilderGeneratePinDataResponse.Builder. pinData(PinData pinData)The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
-