Uses of Class
software.amazon.awssdk.services.datasync.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDataSyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from an Amazon Web Services resource.default UntagResourceResponseDataSyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an Amazon Web Services resource.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DataSyncAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from an Amazon Web Services resource.default CompletableFuture<UntagResourceResponse>DataSyncAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an Amazon Web Services resource.
-