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