Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ListTagsForStreamResponse
-
Packages that use ListTagsForStreamResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of ListTagsForStreamResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return ListTagsForStreamResponse Modifier and Type Method Description default ListTagsForStreamResponseKinesisVideoClient. listTagsForStream(Consumer<ListTagsForStreamRequest.Builder> listTagsForStreamRequest)Returns a list of tags associated with the specified stream.default ListTagsForStreamResponseKinesisVideoClient. listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)Returns a list of tags associated with the specified stream.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type ListTagsForStreamResponse Modifier and Type Method Description default CompletableFuture<ListTagsForStreamResponse>KinesisVideoAsyncClient. listTagsForStream(Consumer<ListTagsForStreamRequest.Builder> listTagsForStreamRequest)Returns a list of tags associated with the specified stream.default CompletableFuture<ListTagsForStreamResponse>KinesisVideoAsyncClient. listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)Returns a list of tags associated with the specified stream.
-