Uses of Class
software.amazon.awssdk.services.qldb.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseQldbClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all tags for a specified Amazon QLDB resource.default ListTagsForResourceResponseQldbClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all tags for a specified Amazon QLDB resource.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>QldbAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all tags for a specified Amazon QLDB resource.default CompletableFuture<ListTagsForResourceResponse>QldbAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all tags for a specified Amazon QLDB resource.
-