Registry / cloud / aws-java-sdk

aws-java-sdk

JSON →
library1.12.797javamavenunverified

The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products.

cloud
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.

com.amazonaws.services.s3.AmazonS3ClientBuilder

Lists all S3 buckets using the AWS SDK for Java.

import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.AmazonS3ClientBuilder; public class S3Example { public static void main(String[] args) { AmazonS3 s3 = AmazonS3ClientBuilder.defaultClient(); System.out.println(s3.listBuckets()); } }
Debug
Known footguns
breakingVersion 1.x is in maintenance mode; consider migrating to AWS SDK v2.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources