Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.kinesisanalyticsv2 -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseKinesisAnalyticsV2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application.default ListTagsForResourceResponseKinesisAnalyticsV2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application.Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KinesisAnalyticsV2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application.default CompletableFuture<ListTagsForResourceResponse>KinesisAnalyticsV2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of key-value tags assigned to the application.
-