|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociateAddressRequest | |
---|---|
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 AssociateAddressRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type AssociateAddressRequest | |
---|---|
void |
AmazonEC2.associateAddress(AssociateAddressRequest associateAddressRequest)
The AssociateAddress operation associates an elastic IP address with an instance. |
void |
AmazonEC2Client.associateAddress(AssociateAddressRequest associateAddressRequest)
The AssociateAddress operation associates an elastic IP address with an instance. |
Future<Void> |
AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest associateAddressRequest)
The AssociateAddress operation associates an elastic IP address with an instance. |
Future<Void> |
AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest)
The AssociateAddress operation associates an elastic IP address with an instance. |
Uses of AssociateAddressRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return AssociateAddressRequest | |
---|---|
AssociateAddressRequest |
AssociateAddressRequest.withInstanceId(String instanceId)
The instance to associate with the IP address. |
AssociateAddressRequest |
AssociateAddressRequest.withPublicIp(String publicIp)
IP address that you are assigning to the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |