Uses of Class
software.amazon.awssdk.services.drs.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DrsAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-