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