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