Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.GetParametersForImportResponse
-
Packages that use GetParametersForImportResponse 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. -
-
Uses of GetParametersForImportResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return GetParametersForImportResponse Modifier and Type Method Description default GetParametersForImportResponsePaymentCryptographyClient. getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services Payment Cryptography.default GetParametersForImportResponsePaymentCryptographyClient. getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type GetParametersForImportResponse Modifier and Type Method Description default CompletableFuture<GetParametersForImportResponse>PaymentCryptographyAsyncClient. getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services Payment Cryptography.default CompletableFuture<GetParametersForImportResponse>PaymentCryptographyAsyncClient. getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services Payment Cryptography.
-