| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static PinBlockFormatForPinData |
PinBlockFormatForPinData.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PinBlockFormatForPinData |
GeneratePinDataRequest.pinBlockFormat()
The PIN encoding format for pin data generation as specified in ISO 9564.
|
PinBlockFormatForPinData |
VerifyPinDataRequest.pinBlockFormat()
The PIN encoding format for pin data generation as specified in ISO 9564.
|
static PinBlockFormatForPinData |
PinBlockFormatForPinData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinBlockFormatForPinData[] |
PinBlockFormatForPinData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PinBlockFormatForPinData> |
PinBlockFormatForPinData.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GeneratePinDataRequest.Builder |
GeneratePinDataRequest.Builder.pinBlockFormat(PinBlockFormatForPinData pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564.
|
VerifyPinDataRequest.Builder |
VerifyPinDataRequest.Builder.pinBlockFormat(PinBlockFormatForPinData pinBlockFormat)
The PIN encoding format for pin data generation as specified in ISO 9564.
|
Copyright © 2023. All rights reserved.