Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateNetworkInterfaceResult> |
AmazonEC2AsyncClient.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler) |
java.util.concurrent.Future<CreateNetworkInterfaceResult> |
AmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest,
AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
Creates a network interface in the specified subnet.
|
java.util.concurrent.Future<CreateNetworkInterfaceResult> |
AbstractAmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.clone() |
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withDescription(java.lang.String description)
A description for the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withGroups(java.util.Collection<java.lang.String> groups)
The IDs of one or more security groups.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withGroups(java.lang.String... groups)
The IDs of one or more security groups.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddress(java.lang.String privateIpAddress)
The primary private IP address of the network interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(java.util.Collection<PrivateIpAddressSpecification> privateIpAddresses)
One or more private IP addresses.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
One or more private IP addresses.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withSecondaryPrivateIpAddressCount(java.lang.Integer secondaryPrivateIpAddressCount)
The number of secondary private IP addresses to assign to a network
interface.
|
CreateNetworkInterfaceRequest |
CreateNetworkInterfaceRequest.withSubnetId(java.lang.String subnetId)
The ID of the subnet to associate with the network interface.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateNetworkInterfaceRequest> |
CreateNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateNetworkInterfaceRequest> |
CreateNetworkInterfaceRequestMarshaller.marshall(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateNetworkInterfaceRequest> |
CreateNetworkInterfaceRequestMarshaller.marshall(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) |