Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.CreateKeyResponse
-
Packages that use CreateKeyResponse 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. -
-
Uses of CreateKeyResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return CreateKeyResponse Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type CreateKeyResponse 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 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.
-