Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
void |
AmazonEC2Client.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Future<Void> |
AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Future<Void> |
AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Future<Void> |
AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest,
AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Future<Void> |
AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest,
AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest,
AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Future<Void> |
AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest,
AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
Assigns one or more secondary private IP addresses to the specified
network interface.
|
Modifier and Type | Method and Description |
---|---|
AssignPrivateIpAddressesRequest |
AssignPrivateIpAddressesRequest.withAllowReassignment(Boolean allowReassignment)
Indicates whether to allow an IP address that is already assigned to
another network interface or instance to be reassigned to the
specified network interface.
|
AssignPrivateIpAddressesRequest |
AssignPrivateIpAddressesRequest.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
AssignPrivateIpAddressesRequest |
AssignPrivateIpAddressesRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
One or more IP addresses to be assigned as a secondary private IP
address to the network interface.
|
AssignPrivateIpAddressesRequest |
AssignPrivateIpAddressesRequest.withPrivateIpAddresses(String... privateIpAddresses)
One or more IP addresses to be assigned as a secondary private IP
address to the network interface.
|
AssignPrivateIpAddressesRequest |
AssignPrivateIpAddressesRequest.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
The number of secondary IP addresses to assign to the network
interface.
|
Copyright © 2014. All rights reserved.