Uses of Class
software.amazon.awssdk.services.mgn.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMgnClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources.default TagResourceResponseMgnClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MgnAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources.default CompletableFuture<TagResourceResponse>MgnAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources.
-