Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseManagedBlockchainClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the specified resource.default ListTagsForResourceResponseManagedBlockchainClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the specified resource.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ManagedBlockchainAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the specified resource.default CompletableFuture<ListTagsForResourceResponse>ManagedBlockchainAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the specified resource.
-