Skip to content

Commit

Permalink
Version 1.5.1 of the AWS Java SDK
Browse files Browse the repository at this point in the history
This release updates the SDK for use with the latest snapshot permission features of Amazon Redshift.

For more information, see the full release notes:
http://aws.amazon.com/releasenotes/3668777726526722
  • Loading branch information
fulghum committed Jul 18, 2013
1 parent 3463cca commit 858a98c
Show file tree
Hide file tree
Showing 610 changed files with 3,213 additions and 7,513 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.0
Bundle-Version: 1.5.1
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.0</version>
<version>1.5.1</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 @@ -48,9 +48,6 @@ public void setAttributeName(String attributeName) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param attributeName The new value for the AttributeName property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AccountAttribute withAttributeName(String attributeName) {
this.attributeName = attributeName;
Expand Down Expand Up @@ -93,9 +90,6 @@ public void setAttributeValues(java.util.Collection<AccountAttributeValue> attri
* Returns a reference to this object so that method calls can be chained together.
*
* @param attributeValues The new value for the AttributeValues property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AccountAttribute withAttributeValues(AccountAttributeValue... attributeValues) {
if (getAttributeValues() == null) setAttributeValues(new java.util.ArrayList<AccountAttributeValue>(attributeValues.length));
Expand All @@ -111,9 +105,6 @@ public AccountAttribute withAttributeValues(AccountAttributeValue... attributeVa
* Returns a reference to this object so that method calls can be chained together.
*
* @param attributeValues The new value for the AttributeValues property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AccountAttribute withAttributeValues(java.util.Collection<AccountAttributeValue> attributeValues) {
if (attributeValues == null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public void setAttributeValue(String attributeValue) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param attributeValue The new value for the AttributeValue property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AccountAttributeValue withAttributeValue(String attributeValue) {
this.attributeValue = attributeValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ public void setLicenseId(String licenseId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param licenseId Specifies the ID for the specific license to activate against.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public ActivateLicenseRequest withLicenseId(String licenseId) {
this.licenseId = licenseId;
Expand Down Expand Up @@ -119,9 +116,6 @@ public void setCapacity(Integer capacity) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param capacity Specifies the additional number of licenses to activate.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public ActivateLicenseRequest withCapacity(Integer capacity) {
this.capacity = capacity;
Expand Down
27 changes: 0 additions & 27 deletions src/main/java/com/amazonaws/services/ec2/model/Address.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public void setInstanceId(String instanceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceId
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withInstanceId(String instanceId) {
this.instanceId = instanceId;
Expand Down Expand Up @@ -102,9 +99,6 @@ public void setPublicIp(String publicIp) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param publicIp
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withPublicIp(String publicIp) {
this.publicIp = publicIp;
Expand Down Expand Up @@ -136,9 +130,6 @@ public void setAllocationId(String allocationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param allocationId The new value for the AllocationId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withAllocationId(String allocationId) {
this.allocationId = allocationId;
Expand Down Expand Up @@ -170,9 +161,6 @@ public void setAssociationId(String associationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param associationId The new value for the AssociationId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withAssociationId(String associationId) {
this.associationId = associationId;
Expand Down Expand Up @@ -218,9 +206,6 @@ public void setDomain(String domain) {
*
* @param domain The new value for the Domain property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public Address withDomain(String domain) {
Expand Down Expand Up @@ -253,9 +238,6 @@ public void setDomain(DomainType domain) {
*
* @param domain The new value for the Domain property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public Address withDomain(DomainType domain) {
Expand Down Expand Up @@ -287,9 +269,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
Expand Down Expand Up @@ -326,9 +305,6 @@ public void setNetworkInterfaceOwnerId(String networkInterfaceOwnerId) {
*
* @param networkInterfaceOwnerId The new value for the NetworkInterfaceOwnerId property for this
* object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withNetworkInterfaceOwnerId(String networkInterfaceOwnerId) {
this.networkInterfaceOwnerId = networkInterfaceOwnerId;
Expand Down Expand Up @@ -360,9 +336,6 @@ public void setPrivateIpAddress(String privateIpAddress) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param privateIpAddress The new value for the PrivateIpAddress property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public Address withPrivateIpAddress(String privateIpAddress) {
this.privateIpAddress = privateIpAddress;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ public void setDomain(String domain) {
* @param domain Set to <code>vpc</code> to allocate the address to your VPC. By
* default, will allocate to EC2.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public AllocateAddressRequest withDomain(String domain) {
Expand Down Expand Up @@ -118,9 +115,6 @@ public void setDomain(DomainType domain) {
* @param domain Set to <code>vpc</code> to allocate the address to your VPC. By
* default, will allocate to EC2.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public AllocateAddressRequest withDomain(DomainType domain) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ public void setPublicIp(String publicIp) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param publicIp IP address for use with your account.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AllocateAddressResult withPublicIp(String publicIp) {
this.publicIp = publicIp;
Expand Down Expand Up @@ -103,9 +100,6 @@ public void setDomain(String domain) {
*
* @param domain The new value for the Domain property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public AllocateAddressResult withDomain(String domain) {
Expand Down Expand Up @@ -138,9 +132,6 @@ public void setDomain(DomainType domain) {
*
* @param domain The new value for the Domain property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*
* @see DomainType
*/
public AllocateAddressResult withDomain(DomainType domain) {
Expand Down Expand Up @@ -172,9 +163,6 @@ public void setAllocationId(String allocationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param allocationId The new value for the AllocationId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AllocateAddressResult withAllocationId(String allocationId) {
this.allocationId = allocationId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssignPrivateIpAddressesRequest withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
Expand Down Expand Up @@ -101,9 +98,6 @@ public void setPrivateIpAddresses(java.util.Collection<String> privateIpAddresse
* Returns a reference to this object so that method calls can be chained together.
*
* @param privateIpAddresses The new value for the PrivateIpAddresses property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssignPrivateIpAddressesRequest withPrivateIpAddresses(String... privateIpAddresses) {
if (getPrivateIpAddresses() == null) setPrivateIpAddresses(new java.util.ArrayList<String>(privateIpAddresses.length));
Expand All @@ -119,9 +113,6 @@ public AssignPrivateIpAddressesRequest withPrivateIpAddresses(String... privateI
* Returns a reference to this object so that method calls can be chained together.
*
* @param privateIpAddresses The new value for the PrivateIpAddresses property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssignPrivateIpAddressesRequest withPrivateIpAddresses(java.util.Collection<String> privateIpAddresses) {
if (privateIpAddresses == null) {
Expand Down Expand Up @@ -165,9 +156,6 @@ public void setSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressC
*
* @param secondaryPrivateIpAddressCount The new value for the SecondaryPrivateIpAddressCount property for this
* object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssignPrivateIpAddressesRequest withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount) {
this.secondaryPrivateIpAddressCount = secondaryPrivateIpAddressCount;
Expand Down Expand Up @@ -199,9 +187,6 @@ public void setAllowReassignment(Boolean allowReassignment) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param allowReassignment The new value for the AllowReassignment property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssignPrivateIpAddressesRequest withAllowReassignment(Boolean allowReassignment) {
this.allowReassignment = allowReassignment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public void setInstanceId(String instanceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceId The instance to associate with the IP address.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withInstanceId(String instanceId) {
this.instanceId = instanceId;
Expand Down Expand Up @@ -133,9 +130,6 @@ public void setPublicIp(String publicIp) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param publicIp IP address that you are assigning to the instance.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withPublicIp(String publicIp) {
this.publicIp = publicIp;
Expand Down Expand Up @@ -173,9 +167,6 @@ public void setAllocationId(String allocationId) {
*
* @param allocationId The allocation ID that AWS returned when you allocated the elastic IP
* address for use with Amazon VPC.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withAllocationId(String allocationId) {
this.allocationId = allocationId;
Expand Down Expand Up @@ -207,9 +198,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
Expand Down Expand Up @@ -241,9 +229,6 @@ public void setPrivateIpAddress(String privateIpAddress) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param privateIpAddress The new value for the PrivateIpAddress property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withPrivateIpAddress(String privateIpAddress) {
this.privateIpAddress = privateIpAddress;
Expand Down Expand Up @@ -275,9 +260,6 @@ public void setAllowReassociation(Boolean allowReassociation) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param allowReassociation The new value for the AllowReassociation property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressRequest withAllowReassociation(Boolean allowReassociation) {
this.allowReassociation = allowReassociation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public void setAssociationId(String associationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param associationId The new value for the AssociationId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateAddressResult withAssociationId(String associationId) {
this.associationId = associationId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ public void setDhcpOptionsId(String dhcpOptionsId) {
*
* @param dhcpOptionsId The ID of the DHCP options to associate with the VPC. Specify
* "default" to associate the default DHCP options with the VPC.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateDhcpOptionsRequest withDhcpOptionsId(String dhcpOptionsId) {
this.dhcpOptionsId = dhcpOptionsId;
Expand Down Expand Up @@ -125,9 +122,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId The ID of the VPC to associate the DHCP options with.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateDhcpOptionsRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ public void setSubnetId(String subnetId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param subnetId The ID of the subnet.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateRouteTableRequest withSubnetId(String subnetId) {
this.subnetId = subnetId;
Expand Down Expand Up @@ -100,9 +97,6 @@ public void setRouteTableId(String routeTableId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param routeTableId The ID of the route table.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateRouteTableRequest withRouteTableId(String routeTableId) {
this.routeTableId = routeTableId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public void setAssociationId(String associationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param associationId The new value for the AssociationId property for this object.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public AssociateRouteTableResult withAssociationId(String associationId) {
this.associationId = associationId;
Expand Down
Loading

0 comments on commit 858a98c

Please sign in to comment.