Skip to content

Commit

Permalink
Version 1.5.4 of the AWS Java SDK
Browse files Browse the repository at this point in the history
This release adds support for Amazon Simple Notification Service's new mobile push API, introduces a utility for testing Amazon EC2 operation permissions, and resolves several issues reported by customers.
  • Loading branch information
Fulghum committed Aug 13, 2013
1 parent 2bec875 commit cd9cac6
Show file tree
Hide file tree
Showing 2,147 changed files with 34,846 additions and 4,477 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AWS SDK for Java
Bundle-SymbolicName: com.amazonaws.sdk;singleton:=true
Bundle-Version: 1.5.3
Bundle-Version: 1.5.4
Bundle-Vendor: Amazon Technologies, Inc
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.apache.commons.codec;bundle-version="1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>aws-java-sdk</artifactId>
<packaging>jar</packaging>
<name>AWS SDK for Java</name>
<version>1.5.3</version>
<version>1.5.4</version>
<description>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).</description>
<url>https://aws.amazon.com/sdkforjava</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public interface AmazonAutoScaling {
* @see Region#createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
*/
public void setRegion(Region region) throws java.lang.IllegalArgumentException;
/**
* <p>
* Returns a full description of each Auto Scaling group in the given
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* be a process to replace an instance, or a process to perform any other long-running operations supported by the API.
* </p>
*/
public class Activity implements Serializable {
public class Activity implements Serializable {

/**
* Specifies the ID of the activity.
Expand Down Expand Up @@ -131,6 +131,9 @@ public void setActivityId(String activityId) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param activityId Specifies the ID of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withActivityId(String activityId) {
this.activityId = activityId;
Expand Down Expand Up @@ -174,6 +177,9 @@ public void setAutoScalingGroupName(String autoScalingGroupName) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param autoScalingGroupName The name of the Auto Scaling group.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withAutoScalingGroupName(String autoScalingGroupName) {
this.autoScalingGroupName = autoScalingGroupName;
Expand Down Expand Up @@ -214,6 +220,9 @@ public void setDescription(String description) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param description Contains a friendly, more verbose description of the scaling activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withDescription(String description) {
this.description = description;
Expand Down Expand Up @@ -257,6 +266,9 @@ public void setCause(String cause) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param cause Contains the reason the activity was begun.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withCause(String cause) {
this.cause = cause;
Expand Down Expand Up @@ -288,6 +300,9 @@ public void setStartTime(java.util.Date startTime) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param startTime Provides the start time of this activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withStartTime(java.util.Date startTime) {
this.startTime = startTime;
Expand Down Expand Up @@ -319,6 +334,9 @@ public void setEndTime(java.util.Date endTime) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param endTime Provides the end time of this activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withEndTime(java.util.Date endTime) {
this.endTime = endTime;
Expand Down Expand Up @@ -364,6 +382,9 @@ public void setStatusCode(String statusCode) {
*
* @param statusCode Contains the current status of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see ScalingActivityStatusCode
*/
public Activity withStatusCode(String statusCode) {
Expand Down Expand Up @@ -396,6 +417,9 @@ public void setStatusCode(ScalingActivityStatusCode statusCode) {
*
* @param statusCode Contains the current status of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see ScalingActivityStatusCode
*/
public Activity withStatusCode(ScalingActivityStatusCode statusCode) {
Expand Down Expand Up @@ -439,6 +463,9 @@ public void setStatusMessage(String statusMessage) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param statusMessage Contains a friendly, more verbose description of the activity status.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withStatusMessage(String statusMessage) {
this.statusMessage = statusMessage;
Expand Down Expand Up @@ -476,6 +503,9 @@ public void setProgress(Integer progress) {
*
* @param progress Specifies a value between 0 and 100 that indicates the progress of the
* activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withProgress(Integer progress) {
this.progress = progress;
Expand Down Expand Up @@ -516,6 +546,9 @@ public void setDetails(String details) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param details Contains details of the scaling activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Activity withDetails(String details) {
this.details = details;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Specifies whether the PutScalingPolicy <code>ScalingAdjustment</code> parameter is an absolute number or a percentage of the current capacity.
* </p>
*/
public class AdjustmentType implements Serializable {
public class AdjustmentType implements Serializable {

/**
* A policy adjustment type. Valid values are
Expand Down Expand Up @@ -81,6 +81,9 @@ public void setAdjustmentType(String adjustmentType) {
* @param adjustmentType A policy adjustment type. Valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AdjustmentType withAdjustmentType(String adjustmentType) {
this.adjustmentType = adjustmentType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* The Alarm data type.
* </p>
*/
public class Alarm implements Serializable {
public class Alarm implements Serializable {

/**
* The name of the alarm.
Expand Down Expand Up @@ -76,6 +76,9 @@ public void setAlarmName(String alarmName) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param alarmName The name of the alarm.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Alarm withAlarmName(String alarmName) {
this.alarmName = alarmName;
Expand Down Expand Up @@ -119,6 +122,9 @@ public void setAlarmARN(String alarmARN) {
* <b>Pattern: </b>[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*<br/>
*
* @param alarmARN The Amazon Resource Name (ARN) of the alarm.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Alarm withAlarmARN(String alarmARN) {
this.alarmARN = alarmARN;
Expand Down
Loading

0 comments on commit cd9cac6

Please sign in to comment.