Uses of Interface
software.amazon.awssdk.services.kinesisvideo.model.ListTagsForStreamResponse.Builder
-
Packages that use ListTagsForStreamResponse.Builder Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ListTagsForStreamResponse.Builder in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ListTagsForStreamResponse.Builder Modifier and Type Method Description static ListTagsForStreamResponse.BuilderListTagsForStreamResponse. builder()ListTagsForStreamResponse.BuilderListTagsForStreamResponse.Builder. nextToken(String nextToken)If you specify this parameter and the result of aListTagscall is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.ListTagsForStreamResponse.BuilderListTagsForStreamResponse.Builder. tags(Map<String,String> tags)A map of tag keys and values associated with the specified stream.ListTagsForStreamResponse.BuilderListTagsForStreamResponse. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type ListTagsForStreamResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForStreamResponse.Builder>ListTagsForStreamResponse. serializableBuilderClass()
-