Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.kinesisanalyticsv2 software.amazon.awssdk.services.kinesisanalyticsv2.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KinesisAnalyticsV2AsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.kinesisanalyticsv2.transform
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-