Uses of Class
software.amazon.awssdk.services.rbin.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.rbin
Methods in software.amazon.awssdk.services.rbin that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRbinClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a retention rule.default ListTagsForResourceResponseRbinClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a retention rule.Methods in software.amazon.awssdk.services.rbin that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RbinAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a retention rule.default CompletableFuture<ListTagsForResourceResponse>RbinAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a retention rule.
-