| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 |  | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateNetworkInterfaceResult> | AmazonEC2Async. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
 Creates a network interface in the specified subnet. | 
| Future<CreateNetworkInterfaceResult> | AbstractAmazonEC2Async. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler) | 
| Future<CreateNetworkInterfaceResult> | AmazonEC2AsyncClient. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. clone() | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withDescription(String description)
 A description for the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withGroups(Collection<String> groups)
 The IDs of one or more security groups. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withGroups(String... groups)
 The IDs of one or more security groups. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6AddressCount(Integer ipv6AddressCount)
 The number of IPv6 addresses to assign to a network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
 One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
 One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withPrivateIpAddress(String privateIpAddress)
 The primary private IPv4 address of the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withPrivateIpAddresses(Collection<PrivateIpAddressSpecification> privateIpAddresses)
 One or more private IPv4 addresses. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
 One or more private IPv4 addresses. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
 The number of secondary private IPv4 addresses to assign to a network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withSubnetId(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. | 
Copyright © 2016. All rights reserved.