Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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.software.amazon.awssdk.services.paymentcryptography.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.paymentcryptography
Methods in software.amazon.awssdk.services.paymentcryptography that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePaymentCryptographyClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for an Amazon Web Services resource.default ListTagsForResourceResponsePaymentCryptographyClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for an Amazon Web Services resource.Methods in software.amazon.awssdk.services.paymentcryptography that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PaymentCryptographyAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for an Amazon Web Services resource.default CompletableFuture<ListTagsForResourceResponse>PaymentCryptographyAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for an Amazon Web Services resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.paymentcryptography.paginators
Methods in software.amazon.awssdk.services.paymentcryptography.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.paymentcryptography.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-