Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kinesisanalyticsv2 -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKinesisAnalyticsV2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to a Managed Service for Apache Flink application.default TagResourceResponseKinesisAnalyticsV2Client. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to a Managed Service for Apache Flink application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KinesisAnalyticsV2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more key-value tags to a Managed Service for Apache Flink application.default CompletableFuture<TagResourceResponse>KinesisAnalyticsV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more key-value tags to a Managed Service for Apache Flink application.
-