Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.AmexAttributes
-
Packages that use AmexAttributes Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of AmexAttributes in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return AmexAttributes Modifier and Type Method Description AmexAttributesDerivationMethodAttributes. amex()Parameters to derive the confidentiality and integrity keys for a payment card using Amex derivation method.Methods in software.amazon.awssdk.services.paymentcryptographydata.model with parameters of type AmexAttributes Modifier and Type Method Description DerivationMethodAttributes.BuilderDerivationMethodAttributes.Builder. amex(AmexAttributes amex)Parameters to derive the confidentiality and integrity keys for a payment card using Amex derivation method.static DerivationMethodAttributesDerivationMethodAttributes. fromAmex(AmexAttributes amex)Create an instance of this class withDerivationMethodAttributes.amex()initialized to the given value.
-