Uses of Class
software.amazon.awssdk.services.kinesis.model.ListShardsRequest
-
Packages that use ListShardsRequest Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.transform -
-
Uses of ListShardsRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type ListShardsRequest Modifier and Type Method Description default 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 ListShardsRequest Modifier and Type Method Description SdkHttpFullRequestListShardsRequestMarshaller. marshall(ListShardsRequest listShardsRequest)
-