Uses of Class
software.amazon.awssdk.services.kinesis.model.ListShardsResponse
Packages that use ListShardsResponse
Package
Description
-
Uses of ListShardsResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return ListShardsResponseModifier and TypeMethodDescriptiondefault ListShardsResponseKinesisClient.listShards(Consumer<ListShardsRequest.Builder> listShardsRequest) Lists the shards in a stream and provides information about each shard.default ListShardsResponseKinesisClient.listShards(ListShardsRequest listShardsRequest) Lists the shards in a stream and provides information about each shard.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type ListShardsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListShardsResponse>KinesisAsyncClient.listShards(Consumer<ListShardsRequest.Builder> listShardsRequest) Lists the shards in a stream and provides information about each shard.default CompletableFuture<ListShardsResponse>KinesisAsyncClient.listShards(ListShardsRequest listShardsRequest) Lists the shards in a stream and provides information about each shard.