|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Returns a reference to this object so that method calls can be chained together. |
Address |
Address.withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |