Uses of Class
software.amazon.awssdk.services.dataexchange.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDataExchangeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes one or more tags from a resource.default UntagResourceResponseDataExchangeClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes one or more tags from a resource.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DataExchangeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes one or more tags from a resource.default CompletableFuture<UntagResourceResponse>DataExchangeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes one or more tags from a resource.
-