Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ListTagsForStreamRequest
-
Packages that use ListTagsForStreamRequest Package Description software.amazon.awssdk.services.kinesisvideo software.amazon.awssdk.services.kinesisvideo.transform -
-
Uses of ListTagsForStreamRequest in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo with parameters of type ListTagsForStreamRequest Modifier and Type Method Description default CompletableFuture<ListTagsForStreamResponse>KinesisVideoAsyncClient. listTagsForStream(ListTagsForStreamRequest 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. -
Uses of ListTagsForStreamRequest in software.amazon.awssdk.services.kinesisvideo.transform
Methods in software.amazon.awssdk.services.kinesisvideo.transform with parameters of type ListTagsForStreamRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForStreamRequestMarshaller. marshall(ListTagsForStreamRequest listTagsForStreamRequest)
-