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