Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePaymentCryptographyClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a tag from an Amazon Web Services Payment Cryptography key.default UntagResourceResponsePaymentCryptographyClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a tag from an Amazon Web Services Payment Cryptography key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PaymentCryptographyAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a tag from an Amazon Web Services Payment Cryptography key.default CompletableFuture<UntagResourceResponse>PaymentCryptographyAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a tag from an Amazon Web Services Payment Cryptography key.
-