AWS Developer Tools Blog

Category: AWS SDK for Java

X-Ray support for the AWS SDK for Java V2

We’re pleased to announce that the AWS X-Ray SDK for Java now supports generating trace data for the AWS SDK for Java 2.2+. Whenever you make a call to a downstream AWS service with an instrumented client, the SDK records information about the call in a subsegment. AWS services and the resources that you access within […]

AWS SDK for Java 2.x released

We’re pleased to announce that the AWS SDK for Java 2.x is now generally available and supported for production use. Version 2.x is a major rewrite of the 1.11.x code base. Built with support for Java 8+, 2.x adds several frequently requested features, like nonblocking I/O, improved start-up performance and automatic iteration over paginated responses. […]

Autopagination feature in the AWS SDK for Java 2.0

This blog post is part of a series that outlines changes coming in the AWS SDK for Java 2.0. Read our Developer Preview announcement for more information about why we’re so excited for this new version of the SDK. We’re pleased to announce the support for automatic pagination in the AWS SDK for Java 2.0. Many […]

Publishing to HTTP/HTTPs Endpoints Using SNS and the AWS SDK for Java

We’re pleased to announce new additions to the AWS SDK for Java (version 1.11.274 or later) that makes it easy to securely process Amazon SNS messages via an HTTP/HTTPS endpoint. Before this update, customers had to deal with unmarshalling Amazon SNS messages sent to HTTP endpoints and validating their authenticity. Not only was this tedious, […]