Uses of Class
software.amazon.awssdk.services.dlm.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseDlmClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseDlmClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.Methods in software.amazon.awssdk.services.dlm that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>DlmAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags for the specified resource.default CompletableFuture<ListTagsForResourceResponse>DlmAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.
-