Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.CurrentPinAttributes.Builder
-
Packages that use CurrentPinAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of CurrentPinAttributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return CurrentPinAttributes.Builder Modifier and Type Method Description static CurrentPinAttributes.BuilderCurrentPinAttributes. builder()CurrentPinAttributes.BuilderCurrentPinAttributes.Builder. currentEncryptedPinBlock(String currentEncryptedPinBlock)The encrypted pinblock of the current pin stored on the chip card.CurrentPinAttributes.BuilderCurrentPinAttributes.Builder. currentPinPekIdentifier(String currentPinPekIdentifier)ThekeyArnof the current PIN PEK.CurrentPinAttributes.BuilderCurrentPinAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type CurrentPinAttributes.Builder Modifier and Type Method Description static Class<? extends CurrentPinAttributes.Builder>CurrentPinAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type CurrentPinAttributes.Builder Modifier and Type Method Description default AmexAttributes.BuilderAmexAttributes.Builder. currentPinAttributes(Consumer<CurrentPinAttributes.Builder> currentPinAttributes)The encrypted pinblock of the old pin stored on the chip card.default VisaAttributes.BuilderVisaAttributes.Builder. currentPinAttributes(Consumer<CurrentPinAttributes.Builder> currentPinAttributes)The encrypted pinblock of the old pin stored on the chip card.
-