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