Registry / cloud / kinesis

kinesis

JSON →
library2.42.41javamavenunverified

AWS SDK client for Amazon Kinesis for streaming data processing.

<dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>kinesis</artifactId> <version>2.42.41</version> </dependency>
INSTALL
IMPORT
SIG · KINESIS
K
kinesis
cloudjavav2.42.41
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KinesisClient
software.amazon.awssdk.services.kinesis.KinesisClient

Lists all Kinesis streams in the default region.

import software.amazon.awssdk.services.kinesis.KinesisClient; import software.amazon.awssdk.services.kinesis.model.ListStreamsResponse; KinesisClient client = KinesisClient.create(); ListStreamsResponse response = client.listStreams(); response.streamNames().forEach(System.out::println);
Debug
Known issues
breakingAWS SDK v2 uses a different API and package structure compared to v1; v1 code will not work.
fix
Migrate to v2 using the provided migration guide; update imports and client construction.
affects: >=2.0.0
Upgrade
Version history
2.42.41latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
kinesis — mvn dependency:get kinesis · libregistry