Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.StartKeyUsageResponse
-
Packages that use StartKeyUsageResponse 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 StartKeyUsageResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return StartKeyUsageResponse Modifier and Type Method Description default StartKeyUsageResponsePaymentCryptographyClient. startKeyUsage(Consumer<StartKeyUsageRequest.Builder> startKeyUsageRequest)Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptographydefault StartKeyUsageResponsePaymentCryptographyClient. startKeyUsage(StartKeyUsageRequest startKeyUsageRequest)Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment CryptographyMethods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type StartKeyUsageResponse Modifier and Type Method Description default CompletableFuture<StartKeyUsageResponse>PaymentCryptographyAsyncClient. startKeyUsage(Consumer<StartKeyUsageRequest.Builder> startKeyUsageRequest)Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptographydefault CompletableFuture<StartKeyUsageResponse>PaymentCryptographyAsyncClient. startKeyUsage(StartKeyUsageRequest startKeyUsageRequest)Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography
-