Uses of Class
software.amazon.awssdk.services.drs.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDrsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.default UntagResourceResponseDrsClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.Methods in software.amazon.awssdk.services.drs that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DrsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.default CompletableFuture<UntagResourceResponse>DrsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
-