Uses of Interface
software.amazon.awssdk.services.kinesis.model.ListTagsForStreamResponse.Builder
Packages that use ListTagsForStreamResponse.Builder
-
Uses of ListTagsForStreamResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ListTagsForStreamResponse.BuilderModifier and TypeMethodDescriptionListTagsForStreamResponse.builder()ListTagsForStreamResponse.Builder.hasMoreTags(Boolean hasMoreTags) If set totrue, more tags are available.ListTagsForStreamResponse.Builder.tags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForStreamResponse.Builder.tags(Consumer<Tag.Builder>... tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForStreamResponse.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ListTagsForStreamResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForStreamResponse.Builder>ListTagsForStreamResponse.serializableBuilderClass()