Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetKeyResponse
-
Packages that use GetKeyResponse 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 GetKeyResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return GetKeyResponse Modifier and Type Method Description default GetKeyResponsePaymentCryptographyClient. getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.default GetKeyResponsePaymentCryptographyClient. getKey(GetKeyRequest getKeyRequest)Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type GetKeyResponse Modifier and Type Method Description default CompletableFuture<GetKeyResponse>PaymentCryptographyAsyncClient. getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.default CompletableFuture<GetKeyResponse>PaymentCryptographyAsyncClient. getKey(GetKeyRequest getKeyRequest)Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable data specified when the key was created.
-