Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.CreateKeyRequest.Builder
-
Packages that use CreateKeyRequest.Builder Package Description software.amazon.awssdk.services.paymentcryptography You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of CreateKeyRequest.Builder in software.amazon.awssdk.services.paymentcryptography
Method parameters in software.amazon.awssdk.services.paymentcryptography with type arguments of type CreateKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>PaymentCryptographyAsyncClient. createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is unique in your account and Amazon Web Services Region.default CreateKeyResponsePaymentCryptographyClient. createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is unique in your account and Amazon Web Services Region. -
Uses of CreateKeyRequest.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return CreateKeyRequest.Builder Modifier and Type Method Description static CreateKeyRequest.BuilderCreateKeyRequest. builder()CreateKeyRequest.BuilderCreateKeyRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. exportable(Boolean exportable)Specifies whether the key is exportable from the service.default CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyCheckValueAlgorithm(String keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for DES and AES keys.CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV) for DES and AES keys.CreateKeyRequest.BuilderCreateKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKeyRequest.BuilderCreateKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags to attach to the key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Tag... tags)The tags to attach to the key.CreateKeyRequest.BuilderCreateKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type CreateKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreateKeyRequest.Builder>CreateKeyRequest. serializableBuilderClass()
-