Uses of Interface
software.amazon.awssdk.services.kinesis.model.ListShardsRequest.Builder
Packages that use ListShardsRequest.Builder
Package
Description
-
Uses of ListShardsRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type ListShardsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListShardsResponse>KinesisAsyncClient.listShards(Consumer<ListShardsRequest.Builder> listShardsRequest) Lists the shards in a stream and provides information about each shard.default ListShardsResponseKinesisClient.listShards(Consumer<ListShardsRequest.Builder> listShardsRequest) Lists the shards in a stream and provides information about each shard. -
Uses of ListShardsRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ListShardsRequest.BuilderModifier and TypeMethodDescriptionstatic ListShardsRequest.BuilderListShardsRequest.builder()ListShardsRequest.Builder.exclusiveStartShardId(String exclusiveStartShardId) Specify this parameter to indicate that you want to list the shards starting with the shard whose ID immediately followsExclusiveStartShardId.ListShardsRequest.Builder.maxResults(Integer maxResults) The maximum number of shards to return in a single call toListShards.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.ListShardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListShardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default ListShardsRequest.BuilderListShardsRequest.Builder.shardFilter(Consumer<ShardFilter.Builder> shardFilter) Enables you to filter out the response of theListShardsAPI.ListShardsRequest.Builder.shardFilter(ShardFilter shardFilter) Enables you to filter out the response of theListShardsAPI.The ARN of the stream.ListShardsRequest.Builder.streamCreationTimestamp(Instant streamCreationTimestamp) Specify this input parameter to distinguish data streams that have the same name.Not Implemented.ListShardsRequest.Builder.streamName(String streamName) The name of the data stream whose shards you want to list.ListShardsRequest.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ListShardsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListShardsRequest.Builder>ListShardsRequest.serializableBuilderClass()