Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.kinesisanalytics Amazon Kinesis Analytics software.amazon.awssdk.services.kinesisanalytics.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.kinesisanalytics
Methods in software.amazon.awssdk.services.kinesisanalytics with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KinesisAnalyticsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application.default ListTagsForResourceResponseKinesisAnalyticsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.kinesisanalytics.transform
Methods in software.amazon.awssdk.services.kinesisanalytics.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-