Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.VisaPin.Builder
-
Packages that use VisaPin.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of VisaPin.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return VisaPin.Builder Modifier and Type Method Description static VisaPin.BuilderVisaPin. builder()VisaPin.BuilderVisaPin.Builder. pinVerificationKeyIndex(Integer pinVerificationKeyIndex)The value for PIN verification index.VisaPin.BuilderVisaPin. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type VisaPin.Builder Modifier and Type Method Description static Class<? extends VisaPin.Builder>VisaPin. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type VisaPin.Builder Modifier and Type Method Description static PinGenerationAttributesPinGenerationAttributes. fromVisaPin(Consumer<VisaPin.Builder> visaPin)Create an instance of this class withPinGenerationAttributes.visaPin()initialized to the given value.default PinGenerationAttributes.BuilderPinGenerationAttributes.Builder. visaPin(Consumer<VisaPin.Builder> visaPin)Parameters that are required to generate or verify Visa PIN.
-