|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllocateAddressResult | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of AllocateAddressResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return AllocateAddressResult | |
---|---|
AllocateAddressResult |
AmazonEC2.allocateAddress()
The AllocateAddress operation acquires an elastic IP address for use with your account. |
AllocateAddressResult |
AmazonEC2Client.allocateAddress()
The AllocateAddress operation acquires an elastic IP address for use with your account. |
AllocateAddressResult |
AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
The AllocateAddress operation acquires an elastic IP address for use with your account. |
AllocateAddressResult |
AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
The AllocateAddress operation acquires an elastic IP address for use with your account. |
Methods in com.amazonaws.services.ec2 that return types with arguments of type AllocateAddressResult | |
---|---|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
The AllocateAddress operation acquires an elastic IP address for use with your account. |
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
The AllocateAddress operation acquires an elastic IP address for use with your account. |
Uses of AllocateAddressResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return AllocateAddressResult | |
---|---|
AllocateAddressResult |
AllocateAddressResult.withPublicIp(String publicIp)
IP address for use with your account. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |