Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.StopKeyUsageResponse
-
Packages that use StopKeyUsageResponse 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 StopKeyUsageResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return StopKeyUsageResponse Modifier and Type Method Description default StopKeyUsageResponsePaymentCryptographyClient. stopKeyUsage(Consumer<StopKeyUsageRequest.Builder> stopKeyUsageRequest)Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.default StopKeyUsageResponsePaymentCryptographyClient. stopKeyUsage(StopKeyUsageRequest stopKeyUsageRequest)Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type StopKeyUsageResponse Modifier and Type Method Description default CompletableFuture<StopKeyUsageResponse>PaymentCryptographyAsyncClient. stopKeyUsage(Consumer<StopKeyUsageRequest.Builder> stopKeyUsageRequest)Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.default CompletableFuture<StopKeyUsageResponse>PaymentCryptographyAsyncClient. stopKeyUsage(StopKeyUsageRequest stopKeyUsageRequest)Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services Payment Cryptography.
-