Uses of Class
software.amazon.awssdk.services.kinesis.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKinesisClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified Kinesis resource.default UntagResourceResponseKinesisClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified Kinesis resource.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KinesisAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified Kinesis resource.default CompletableFuture<UntagResourceResponse>KinesisAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified Kinesis resource.
-