Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePaymentCryptographyClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Amazon Web Services Payment Cryptography key.default TagResourceResponsePaymentCryptographyClient. tagResource(TagResourceRequest tagResourceRequest)Adds or edits tags on an Amazon Web Services Payment Cryptography key.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PaymentCryptographyAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Amazon Web Services Payment Cryptography key.default CompletableFuture<TagResourceResponse>PaymentCryptographyAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or edits tags on an Amazon Web Services Payment Cryptography key.
-