Registry / cloud / aws-java-sdk-core

aws-java-sdk-core

JSON →
library1.12.797javamavenunverified

Core module of the AWS SDK for Java, providing base classes and utilities for interacting with Amazon Web Services.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-core</artifactId> <version>1.12.797</version> </dependency>
INSTALL
IMPORT
SIG · AWS-JAVA-SDK-CORE
A
aws-java-sdk-core
cloudjavav1.12.797
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.

AmazonS3ClientBuilder
com.amazonaws.services.s3.AmazonS3ClientBuilder

Create an S3 client using the default builder

import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.AmazonS3ClientBuilder; public class Main { public static void main(String[] args) { AmazonS3 s3 = AmazonS3ClientBuilder.defaultClient(); System.out.println("S3 client created: " + s3.listBuckets()); } }
Debug
Known issues
breakingAWS SDK v1 is in maintenance mode; consider migrating to AWS SDK v2 for new projects.
fix
Use software.amazon.awssdk:s3 instead of com.amazonaws:aws-java-sdk-s3 for v2.
affects: >=1.0.0
Upgrade
Version history
1.12.797latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
aws-java-sdk-core — mvn dependency:get aws-java-sdk-core · libregistry