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