Uses of Class
software.amazon.awssdk.services.kinesis.model.ListShardsRequest
Packages that use ListShardsRequest
Package
Description
-
Uses of ListShardsRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type ListShardsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListShardsResponse>KinesisAsyncClient.listShards(ListShardsRequest 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. -
Uses of ListShardsRequest in software.amazon.awssdk.services.kinesis.transform
Methods in software.amazon.awssdk.services.kinesis.transform with parameters of type ListShardsRequestModifier and TypeMethodDescriptionListShardsRequestMarshaller.marshall(ListShardsRequest listShardsRequest)