Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.AmexCardSecurityCodeVersion1
-
Packages that use AmexCardSecurityCodeVersion1 Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of AmexCardSecurityCodeVersion1 in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return AmexCardSecurityCodeVersion1 Modifier and Type Method Description AmexCardSecurityCodeVersion1CardGenerationAttributes. amexCardSecurityCodeVersion1()Returns the value of the AmexCardSecurityCodeVersion1 property for this object.AmexCardSecurityCodeVersion1CardVerificationAttributes. amexCardSecurityCodeVersion1()Returns the value of the AmexCardSecurityCodeVersion1 property for this object.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type AmexCardSecurityCodeVersion1 Modifier and Type Method Description CardGenerationAttributes.BuilderCardGenerationAttributes.Builder. amexCardSecurityCodeVersion1(AmexCardSecurityCodeVersion1 amexCardSecurityCodeVersion1)Sets the value of the AmexCardSecurityCodeVersion1 property for this object.CardVerificationAttributes.BuilderCardVerificationAttributes.Builder. amexCardSecurityCodeVersion1(AmexCardSecurityCodeVersion1 amexCardSecurityCodeVersion1)Sets the value of the AmexCardSecurityCodeVersion1 property for this object.static CardGenerationAttributesCardGenerationAttributes. fromAmexCardSecurityCodeVersion1(AmexCardSecurityCodeVersion1 amexCardSecurityCodeVersion1)Create an instance of this class withCardGenerationAttributes.amexCardSecurityCodeVersion1()initialized to the given value.static CardVerificationAttributesCardVerificationAttributes. fromAmexCardSecurityCodeVersion1(AmexCardSecurityCodeVersion1 amexCardSecurityCodeVersion1)Create an instance of this class withCardVerificationAttributes.amexCardSecurityCodeVersion1()initialized to the given value.
-