Skip to content

Commit

Permalink
AWS SDK for Java 1.9.32
Browse files Browse the repository at this point in the history
This release adds support for Amazon EC2 new VM Import APIs, including ImportImage.
  • Loading branch information
AWS committed Apr 23, 2015
1 parent 58ac222 commit 67c41ad
Show file tree
Hide file tree
Showing 461 changed files with 16,365 additions and 8,028 deletions.
4 changes: 2 additions & 2 deletions aws-java-sdk-autoscaling/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.9.31</version>
<version>1.9.32</version>
</parent>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
Expand All @@ -21,7 +21,7 @@
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.9.31</version>
<version>1.9.32</version>
</dependency>
</dependencies>

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -18,10 +18,9 @@

/**
* <p>
* Describes a long-running process that represents a change to your Auto
* Scaling group, such as changing its size. This can also be a process
* to replace an instance, or a process to perform any other long-running
* operations.
* Describes scaling activity, which is a long-running process that
* represents a change to your Auto Scaling group, such as changing its
* size or replacing an instance.
* </p>
*/
public class Activity implements Serializable, Cloneable {
Expand All @@ -44,15 +43,15 @@ public class Activity implements Serializable, Cloneable {
private String autoScalingGroupName;

/**
* A friendly, more verbose description of the scaling activity.
* A friendly, more verbose description of the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*/
private String description;

/**
* The reason the activity was begun.
* The reason the activity began.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 1023<br/>
Expand All @@ -61,12 +60,12 @@ public class Activity implements Serializable, Cloneable {
private String cause;

/**
* The start time of this activity.
* The start time of the activity.
*/
private java.util.Date startTime;

/**
* The end time of this activity.
* The end time of the activity.
*/
private java.util.Date endTime;

Expand All @@ -93,7 +92,7 @@ public class Activity implements Serializable, Cloneable {
private Integer progress;

/**
* The details about the scaling activity.
* The details about the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
Expand Down Expand Up @@ -188,38 +187,38 @@ public Activity withAutoScalingGroupName(String autoScalingGroupName) {
}

/**
* A friendly, more verbose description of the scaling activity.
* A friendly, more verbose description of the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @return A friendly, more verbose description of the scaling activity.
* @return A friendly, more verbose description of the activity.
*/
public String getDescription() {
return description;
}

/**
* A friendly, more verbose description of the scaling activity.
* A friendly, more verbose description of the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param description A friendly, more verbose description of the scaling activity.
* @param description A friendly, more verbose description of the activity.
*/
public void setDescription(String description) {
this.description = description;
}

/**
* A friendly, more verbose description of the scaling activity.
* A friendly, more verbose description of the activity.
* <p>
* Returns a reference to this object so that method calls can be chained together.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param description A friendly, more verbose description of the scaling activity.
* @param description A friendly, more verbose description of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand All @@ -230,41 +229,41 @@ public Activity withDescription(String description) {
}

/**
* The reason the activity was begun.
* The reason the activity began.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 1023<br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @return The reason the activity was begun.
* @return The reason the activity began.
*/
public String getCause() {
return cause;
}

/**
* The reason the activity was begun.
* The reason the activity began.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 1023<br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param cause The reason the activity was begun.
* @param cause The reason the activity began.
*/
public void setCause(String cause) {
this.cause = cause;
}

/**
* The reason the activity was begun.
* The reason the activity began.
* <p>
* Returns a reference to this object so that method calls can be chained together.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 1023<br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param cause The reason the activity was begun.
* @param cause The reason the activity began.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand All @@ -275,29 +274,29 @@ public Activity withCause(String cause) {
}

/**
* The start time of this activity.
* The start time of the activity.
*
* @return The start time of this activity.
* @return The start time of the activity.
*/
public java.util.Date getStartTime() {
return startTime;
}

/**
* The start time of this activity.
* The start time of the activity.
*
* @param startTime The start time of this activity.
* @param startTime The start time of the activity.
*/
public void setStartTime(java.util.Date startTime) {
this.startTime = startTime;
}

/**
* The start time of this activity.
* The start time of the activity.
* <p>
* Returns a reference to this object so that method calls can be chained together.
*
* @param startTime The start time of this activity.
* @param startTime The start time of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand All @@ -308,29 +307,29 @@ public Activity withStartTime(java.util.Date startTime) {
}

/**
* The end time of this activity.
* The end time of the activity.
*
* @return The end time of this activity.
* @return The end time of the activity.
*/
public java.util.Date getEndTime() {
return endTime;
}

/**
* The end time of this activity.
* The end time of the activity.
*
* @param endTime The end time of this activity.
* @param endTime The end time of the activity.
*/
public void setEndTime(java.util.Date endTime) {
this.endTime = endTime;
}

/**
* The end time of this activity.
* The end time of the activity.
* <p>
* Returns a reference to this object so that method calls can be chained together.
*
* @param endTime The end time of this activity.
* @param endTime The end time of the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand Down Expand Up @@ -501,38 +500,38 @@ public Activity withProgress(Integer progress) {
}

/**
* The details about the scaling activity.
* The details about the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @return The details about the scaling activity.
* @return The details about the activity.
*/
public String getDetails() {
return details;
}

/**
* The details about the scaling activity.
* The details about the activity.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param details The details about the scaling activity.
* @param details The details about the activity.
*/
public void setDetails(String details) {
this.details = details;
}

/**
* The details about the scaling activity.
* The details about the activity.
* <p>
* Returns a reference to this object so that method calls can be chained together.
* <p>
* <b>Constraints:</b><br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param details The details about the scaling activity.
* @param details The details about the activity.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand Down
Expand Up @@ -20,15 +20,18 @@
* <p>
* Describes a policy adjustment type.
* </p>
* <p>
* For more information, see
* <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html"> Dynamic Scaling </a>
* in the <i>Auto Scaling Developer Guide</i> .
* </p>
*/
public class AdjustmentType implements Serializable, Cloneable {

/**
* The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 255<br/>
Expand All @@ -39,19 +42,15 @@ public class AdjustmentType implements Serializable, Cloneable {
/**
* The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 255<br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @return The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
*/
public String getAdjustmentType() {
return adjustmentType;
Expand All @@ -60,19 +59,15 @@ public String getAdjustmentType() {
/**
* The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
* <p>
* <b>Constraints:</b><br/>
* <b>Length: </b>1 - 255<br/>
* <b>Pattern: </b>[&#92;u0020-&#92;uD7FF&#92;uE000-&#92;uFFFD&#92;uD800&#92;uDC00-&#92;uDBFF&#92;uDFFF\r\n\t]*<br/>
*
* @param adjustmentType The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
*/
public void setAdjustmentType(String adjustmentType) {
this.adjustmentType = adjustmentType;
Expand All @@ -81,9 +76,7 @@ public void setAdjustmentType(String adjustmentType) {
/**
* The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
* <p>
* Returns a reference to this object so that method calls can be chained together.
* <p>
Expand All @@ -93,9 +86,7 @@ public void setAdjustmentType(String adjustmentType) {
*
* @param adjustmentType The policy adjustment type. The valid values are
* <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and
* <code>PercentChangeInCapacity</code>. <p>For more information, see <a
* href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html">Dynamic
* Scaling</a> in the <i>Auto Scaling Developer Guide</i>.
* <code>PercentChangeInCapacity</code>.
*
* @return A reference to this updated object so that method calls can be chained
* together.
Expand Down
Expand Up @@ -26,7 +26,7 @@
* </p>
* <p>
* For more information, see
* <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html"> Attach Amazon EC2 Instances to Your Existing Auto Scaling Group </a>
* <a href="http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/attach-instance-asg.html"> Attach EC2 Instances to Your Auto Scaling Group </a>
* in the <i>Auto Scaling Developer Guide</i> .
* </p>
*
Expand Down

0 comments on commit 67c41ad

Please sign in to comment.