| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624NaturalPin(Consumer<Ibm3624NaturalPin.Builder> ibm3624NaturalPin)
Create an instance of this class with
ibm3624NaturalPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624NaturalPin(Ibm3624NaturalPin ibm3624NaturalPin)
Create an instance of this class with
ibm3624NaturalPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624PinFromOffset(Consumer<Ibm3624PinFromOffset.Builder> ibm3624PinFromOffset)
Create an instance of this class with
ibm3624PinFromOffset() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624PinFromOffset(Ibm3624PinFromOffset ibm3624PinFromOffset)
Create an instance of this class with
ibm3624PinFromOffset() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624PinOffset(Consumer<Ibm3624PinOffset.Builder> ibm3624PinOffset)
Create an instance of this class with
ibm3624PinOffset() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624PinOffset(Ibm3624PinOffset ibm3624PinOffset)
Create an instance of this class with
ibm3624PinOffset() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624RandomPin(Consumer<Ibm3624RandomPin.Builder> ibm3624RandomPin)
Create an instance of this class with
ibm3624RandomPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromIbm3624RandomPin(Ibm3624RandomPin ibm3624RandomPin)
Create an instance of this class with
ibm3624RandomPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromVisaPin(Consumer<VisaPin.Builder> visaPin)
Create an instance of this class with
visaPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromVisaPin(VisaPin visaPin)
Create an instance of this class with
visaPin() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromVisaPinVerificationValue(Consumer<VisaPinVerificationValue.Builder> visaPinVerificationValue)
Create an instance of this class with
visaPinVerificationValue() initialized to the given value. |
static PinGenerationAttributes |
PinGenerationAttributes.fromVisaPinVerificationValue(VisaPinVerificationValue visaPinVerificationValue)
Create an instance of this class with
visaPinVerificationValue() initialized to the given value. |
PinGenerationAttributes |
GeneratePinDataRequest.generationAttributes()
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratePinDataRequest.Builder |
GeneratePinDataRequest.Builder.generationAttributes(PinGenerationAttributes generationAttributes)
The attributes and values to use for PIN, PVV, or PIN Offset generation.
|
Copyright © 2023. All rights reserved.