Uses of Class
software.amazon.awssdk.services.mgn.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMgnClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all tags for your Application Migration Service resources.default ListTagsForResourceResponseMgnClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags for your Application Migration Service resources.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MgnAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all tags for your Application Migration Service resources.default CompletableFuture<ListTagsForResourceResponse>MgnAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags for your Application Migration Service resources.
-