Uses of Class
software.amazon.awssdk.services.drs.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseDrsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.default TagResourceResponseDrsClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.Methods in software.amazon.awssdk.services.drs that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DrsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.default CompletableFuture<TagResourceResponse>DrsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
-