| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
static CardGenerationAttributes |
CardGenerationAttributes.fromAmexCardSecurityCodeVersion1(AmexCardSecurityCodeVersion1 amexCardSecurityCodeVersion1)
Create an instance of this class with
amexCardSecurityCodeVersion1() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromAmexCardSecurityCodeVersion1(Consumer<AmexCardSecurityCodeVersion1.Builder> amexCardSecurityCodeVersion1)
Create an instance of this class with
amexCardSecurityCodeVersion1() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromAmexCardSecurityCodeVersion2(AmexCardSecurityCodeVersion2 amexCardSecurityCodeVersion2)
Create an instance of this class with
amexCardSecurityCodeVersion2() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromAmexCardSecurityCodeVersion2(Consumer<AmexCardSecurityCodeVersion2.Builder> amexCardSecurityCodeVersion2)
Create an instance of this class with
amexCardSecurityCodeVersion2() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardHolderVerificationValue(CardHolderVerificationValue cardHolderVerificationValue)
Create an instance of this class with
cardHolderVerificationValue() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardHolderVerificationValue(Consumer<CardHolderVerificationValue.Builder> cardHolderVerificationValue)
Create an instance of this class with
cardHolderVerificationValue() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardVerificationValue1(CardVerificationValue1 cardVerificationValue1)
Create an instance of this class with
cardVerificationValue1() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardVerificationValue1(Consumer<CardVerificationValue1.Builder> cardVerificationValue1)
Create an instance of this class with
cardVerificationValue1() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardVerificationValue2(CardVerificationValue2 cardVerificationValue2)
Create an instance of this class with
cardVerificationValue2() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromCardVerificationValue2(Consumer<CardVerificationValue2.Builder> cardVerificationValue2)
Create an instance of this class with
cardVerificationValue2() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromDynamicCardVerificationCode(Consumer<DynamicCardVerificationCode.Builder> dynamicCardVerificationCode)
Create an instance of this class with
dynamicCardVerificationCode() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromDynamicCardVerificationCode(DynamicCardVerificationCode dynamicCardVerificationCode)
Create an instance of this class with
dynamicCardVerificationCode() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromDynamicCardVerificationValue(Consumer<DynamicCardVerificationValue.Builder> dynamicCardVerificationValue)
Create an instance of this class with
dynamicCardVerificationValue() initialized to the given value. |
static CardGenerationAttributes |
CardGenerationAttributes.fromDynamicCardVerificationValue(DynamicCardVerificationValue dynamicCardVerificationValue)
Create an instance of this class with
dynamicCardVerificationValue() initialized to the given value. |
CardGenerationAttributes |
GenerateCardValidationDataRequest.generationAttributes()
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateCardValidationDataRequest.Builder |
GenerateCardValidationDataRequest.Builder.generationAttributes(CardGenerationAttributes generationAttributes)
The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
|
Copyright © 2023. All rights reserved.