Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.transform -
-
Uses of CreateKeyRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type CreateKeyRequest Modifier and Type Method Description default CompletableFuture<CreateKeyResponse>PaymentCryptographyAsyncClient. createKey(CreateKeyRequest 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(CreateKeyRequest 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 in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type CreateKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateKeyRequestMarshaller. marshall(CreateKeyRequest createKeyRequest)
-