Custom AWS SDK for Java

The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

License

License

Categories

Categories

Java Languages AWS Container PaaS Providers
GroupId

GroupId

com.emc.vipr
ArtifactId

ArtifactId

aws-java-sdk
Last Version

Last Version

1.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

Custom AWS SDK for Java
The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).
Project URL

Project URL

https://aws.amazon.com/sdkforjava
Source Code Management

Source Code Management

https://github.com/emcvipr/aws-sdk-java.git

Download aws-java-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.emc.vipr/aws-java-sdk/ -->
<dependency>
    <groupId>com.emc.vipr</groupId>
    <artifactId>aws-java-sdk</artifactId>
    <version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.vipr/aws-java-sdk/
implementation 'com.emc.vipr:aws-java-sdk:1.7.5'
// https://jarcasting.com/artifacts/com.emc.vipr/aws-java-sdk/
implementation ("com.emc.vipr:aws-java-sdk:1.7.5")
'com.emc.vipr:aws-java-sdk:jar:1.7.5'
<dependency org="com.emc.vipr" name="aws-java-sdk" rev="1.7.5">
  <artifact name="aws-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.vipr', module='aws-java-sdk', version='1.7.5')
)
libraryDependencies += "com.emc.vipr" % "aws-java-sdk" % "1.7.5"
[com.emc.vipr/aws-java-sdk "1.7.5"]

Dependencies

compile (17)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
org.apache.httpcomponents : httpclient jar 4.2
commons-codec : commons-codec jar 1.3
com.fasterxml.jackson.core : jackson-core jar 2.1.1
com.fasterxml.jackson.core : jackson-databind jar 2.1.1
com.fasterxml.jackson.core : jackson-annotations jar 2.1.1
joda-time : joda-time jar [2.2,)
javax.mail : mail Optional jar 1.4
org.freemarker : freemarker Optional jar 2.3.9
org.springframework : spring-beans Optional jar 3.0.7.RELEASE
org.springframework : spring-core Optional jar 3.0.7.RELEASE
org.springframework : spring-context Optional jar 3.0.7.RELEASE
org.springframework : spring-test Optional jar 3.0.7.RELEASE
org.aspectj : aspectjrt Optional jar 1.6.0
stax : stax-api Optional jar 1.0.1
stax : stax Optional jar 1.2.0
junit : junit Optional jar 4.11

Project Modules

There are no modules declared in this project.

AWS SDK for Java Build Status

The AWS SDK for Java enables Java developers to easily work with Amazon Web Services and build scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and more. You can get started in minutes using Maven or by downloading a single zip file.

Features

  • Provides easy-to-use HTTP clients for all supported AWS services, regions, and authentication protocols.
  • Client-Side Data Encryption for Amazon S3 - Helps improve the security of storing application data in Amazon S3.
  • Amazon DynamoDB Object Mapper - Uses Plain Old Java Object (POJOs) to store and retrieve Amazon DynamoDB data.
  • Amazon S3 Transfer Manager - With a simple API, acheive enhanced the throughput, performance, and reliability by using multi-threaded Amazon S3 multipart calls.
  • Amazon SQS Client-Side Buffering - Collect and send SQS requests in ansynchronous batches, improving application and network performance.
  • Automatically uses IAM Instance Profile Credentials on configured Amazon EC2 instances.
  • And more!

Getting Started

  1. Sign up for AWS - Before you begin, you need an AWS account. Please see the AWS Account and Credentials section of the developer guide for information about how to create an AWS account and retrieve your AWS credentials.
  2. Minimum requirements - To run the SDK you will need Java 1.6+. For more information about the requirements and optimum settings for the SDK, please see the Java Development Environment section of the developer guide.
  3. Install the SDK - Using Maven is the recommended way to install the AWS SDK for Java. Please see the Install the AWS SDK for Java section of the user guide for more detailed information about installing the SDK through other means.
  4. Using the SDK - The best way to become familiar with how to use the SDK is to read the Developer Guide.

Building From Source

Once you check out the code from GitHub, you can build it using Maven. To disable the GPG-signing in the build, use: mvn clean install -Dgpg.skip=true

com.emc.vipr

Versions

Version
1.7.5