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