Uses of Class
software.amazon.awssdk.services.mgn.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MgnAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-