Uses of Class
com.amazonaws.services.ec2.model.Address

Packages that use Address
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of Address in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return Address
 Address Address.withInstanceId(String instanceId)
          Sets the value of the InstanceId property for this object.
 Address Address.withPublicIp(String publicIp)
          Sets the value of the PublicIp property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Address
 List<Address> DescribeAddressesResult.getAddresses()
          The list of Elastic IPs.
 

Methods in com.amazonaws.services.ec2.model with parameters of type Address
 DescribeAddressesResult DescribeAddressesResult.withAddresses(Address... addresses)
          The list of Elastic IPs.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Address
 void DescribeAddressesResult.setAddresses(Collection<Address> addresses)
          The list of Elastic IPs.
 DescribeAddressesResult DescribeAddressesResult.withAddresses(Collection<Address> addresses)
          The list of Elastic IPs.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.