Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write software.amazon.awssdk.services.timestreamwrite.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TimestreamWriteAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Timestream resource.default UntagResourceResponseTimestreamWriteClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a Timestream resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.timestreamwrite.transform
Methods in software.amazon.awssdk.services.timestreamwrite.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-