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