Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.PinGenerationAttributes
-
Packages that use PinGenerationAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of PinGenerationAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return PinGenerationAttributes Modifier and Type Method Description static PinGenerationAttributesPinGenerationAttributes. fromIbm3624NaturalPin(Consumer<Ibm3624NaturalPin.Builder> ibm3624NaturalPin)Create an instance of this class withibm3624NaturalPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624NaturalPin(Ibm3624NaturalPin ibm3624NaturalPin)Create an instance of this class withibm3624NaturalPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624PinFromOffset(Consumer<Ibm3624PinFromOffset.Builder> ibm3624PinFromOffset)Create an instance of this class withibm3624PinFromOffset()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624PinFromOffset(Ibm3624PinFromOffset ibm3624PinFromOffset)Create an instance of this class withibm3624PinFromOffset()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624PinOffset(Consumer<Ibm3624PinOffset.Builder> ibm3624PinOffset)Create an instance of this class withibm3624PinOffset()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624PinOffset(Ibm3624PinOffset ibm3624PinOffset)Create an instance of this class withibm3624PinOffset()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624RandomPin(Consumer<Ibm3624RandomPin.Builder> ibm3624RandomPin)Create an instance of this class withibm3624RandomPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromIbm3624RandomPin(Ibm3624RandomPin ibm3624RandomPin)Create an instance of this class withibm3624RandomPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromVisaPin(Consumer<VisaPin.Builder> visaPin)Create an instance of this class withvisaPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromVisaPin(VisaPin visaPin)Create an instance of this class withvisaPin()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromVisaPinVerificationValue(Consumer<VisaPinVerificationValue.Builder> visaPinVerificationValue)Create an instance of this class withvisaPinVerificationValue()initialized to the given value.static PinGenerationAttributesPinGenerationAttributes. fromVisaPinVerificationValue(VisaPinVerificationValue visaPinVerificationValue)Create an instance of this class withvisaPinVerificationValue()initialized to the given value.PinGenerationAttributesGeneratePinDataRequest. generationAttributes()The attributes and values to use for PIN, PVV, or PIN Offset generation.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type PinGenerationAttributes Modifier and Type Method Description GeneratePinDataRequest.BuilderGeneratePinDataRequest.Builder. generationAttributes(PinGenerationAttributes generationAttributes)The attributes and values to use for PIN, PVV, or PIN Offset generation.
-