Uses of Interface
software.amazon.awssdk.services.kinesis.model.ListShardsResponse.Builder
Packages that use ListShardsResponse.Builder
-
Uses of ListShardsResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ListShardsResponse.BuilderModifier and TypeMethodDescriptionstatic ListShardsResponse.BuilderListShardsResponse.builder()When the number of shards in the data stream is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of shards in the data stream, the response includes a pagination token namedNextToken.ListShardsResponse.Builder.shards(Collection<Shard> shards) An array of JSON objects.ListShardsResponse.Builder.shards(Consumer<Shard.Builder>... shards) An array of JSON objects.An array of JSON objects.ListShardsResponse.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ListShardsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListShardsResponse.Builder>ListShardsResponse.serializableBuilderClass()