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