Uses of Interface
software.amazon.awssdk.services.kinesis.model.ListShardsResponse.Builder
-
Packages that use ListShardsResponse.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of ListShardsResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ListShardsResponse.Builder Modifier and Type Method Description static ListShardsResponse.BuilderListShardsResponse. builder()ListShardsResponse.BuilderListShardsResponse.Builder. nextToken(String nextToken)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.BuilderListShardsResponse.Builder. shards(Collection<Shard> shards)An array of JSON objects.ListShardsResponse.BuilderListShardsResponse.Builder. shards(Consumer<Shard.Builder>... shards)An array of JSON objects.ListShardsResponse.BuilderListShardsResponse.Builder. shards(Shard... shards)An array of JSON objects.ListShardsResponse.BuilderListShardsResponse. toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ListShardsResponse.Builder Modifier and Type Method Description static Class<? extends ListShardsResponse.Builder>ListShardsResponse. serializableBuilderClass()
-