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