Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kinesisanalyticsv2 -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKinesisAnalyticsV2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a Managed Service for Apache Flink application.default UntagResourceResponseKinesisAnalyticsV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a Managed Service for Apache Flink application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KinesisAnalyticsV2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a Managed Service for Apache Flink application.default CompletableFuture<UntagResourceResponse>KinesisAnalyticsV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a Managed Service for Apache Flink application.
-