Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetKeyRequest
-
Packages that use GetKeyRequest 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 GetKeyRequest in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography with parameters of type GetKeyRequest Modifier and Type Method Description 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.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. -
Uses of GetKeyRequest in software.amazon.awssdk.services.paymentcryptography.transform
Methods in software.amazon.awssdk.services.paymentcryptography.transform with parameters of type GetKeyRequest Modifier and Type Method Description SdkHttpFullRequestGetKeyRequestMarshaller. marshall(GetKeyRequest getKeyRequest)
-