Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kinesisanalytics Amazon Kinesis Analytics -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kinesisanalytics
Methods in software.amazon.awssdk.services.kinesisanalytics that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKinesisAnalyticsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to a Kinesis Analytics application.default TagResourceResponseKinesisAnalyticsClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to a Kinesis Analytics application.Methods in software.amazon.awssdk.services.kinesisanalytics that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KinesisAnalyticsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to a Kinesis Analytics application.default CompletableFuture<TagResourceResponse>KinesisAnalyticsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to a Kinesis Analytics application.
-