Skip to content

Commit

Permalink
AWS SDK for Java 1.10.55
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Feb 24, 2016
1 parent 737333b commit f2b2b73
Show file tree
Hide file tree
Showing 173 changed files with 27,362 additions and 33,059 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.10.54</version>
<version>1.10.55</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.55-SNAPSHOT</version>
<version>1.10.55</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
<name>AWS Java SDK for AWS Certificate Manager</name>
<description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager service.</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.10.54</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.10.55</version>
</dependency>
</dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
Expand Down

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions aws-java-sdk-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.55-SNAPSHOT</version>
<version>1.10.55</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
<name>AWS Java SDK for Amazon API Gateway</name>
<description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.10.54</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.10.55</version>
</dependency>
</dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ public class ApiKey implements Serializable, Cloneable {
private java.util.List<String> stageKeys;
/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*/
private java.util.Date createdDate;
Expand Down Expand Up @@ -316,46 +316,46 @@ public ApiKey withStageKeys(java.util.Collection<String> stageKeys) {

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @param createdDate
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
*/
public void setCreatedDate(java.util.Date createdDate) {
this.createdDate = createdDate;
}

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @return The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* @return The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
*/
public java.util.Date getCreatedDate() {
return this.createdDate;
}

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @param createdDate
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* @return Returns a reference to this object so that method calls can be
* chained together.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ public class CreateApiKeyResult implements Serializable, Cloneable {
private java.util.List<String> stageKeys;
/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*/
private java.util.Date createdDate;
Expand Down Expand Up @@ -317,46 +317,46 @@ public CreateApiKeyResult withStageKeys(

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @param createdDate
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
*/
public void setCreatedDate(java.util.Date createdDate) {
this.createdDate = createdDate;
}

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @return The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* @return The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
*/
public java.util.Date getCreatedDate() {
return this.createdDate;
}

/**
* <p>
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* </p>
*
* @param createdDate
* The date when the API Key was created, in <a target="_blank"
* href="http://www.iso.org/iso/home/standards/iso8601.htm">ISO 8601
* format</a>.
* The date when the API Key was created, in <a
* href="http://www.iso.org/iso/home/standards/iso8601.htm"
* target="_blank">ISO 8601 format</a>.
* @return Returns a reference to this object so that method calls can be
* chained together.
*/
Expand Down
Loading

0 comments on commit f2b2b73

Please sign in to comment.