Uses of Class
software.amazon.awssdk.services.kinesis.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UntagResourceResponseModifier and TypeMethodDescriptiondefault 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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.