| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | 
 | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateNetworkInterfaceResult> | 
AmazonEC2AsyncClient.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)  | 
Future<CreateNetworkInterfaceResult> | 
AbstractAmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)  | 
Future<CreateNetworkInterfaceResult> | 
AmazonEC2Async.createNetworkInterfaceAsync(CreateNetworkInterfaceRequest createNetworkInterfaceRequest,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler)
 Creates a network interface in the specified subnet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.clone()  | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. 
 | 
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.withInterfaceType(NetworkInterfaceCreationType interfaceType)
 Indicates the type of network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withInterfaceType(String interfaceType)
 Indicates the type of network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withIpv4PrefixCount(Integer ipv4PrefixCount)
 The number of IPv4 Prefix Delegation prefixes that AWS automatically assigns to the network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withIpv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
 One or moreIPv4 Prefix Delegation prefixes assigned to the network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withIpv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
 One or moreIPv4 Prefix Delegation prefixes assigned to the network interface. 
 | 
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.withIpv6PrefixCount(Integer ipv6PrefixCount)
 The number of IPv6 Prefix Delegation prefixes that AWS automatically assigns to the network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withIpv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
 One or moreIPv6 Prefix Delegation prefixes assigned to the network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withIpv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
 One or moreIPv6 Prefix Delegation prefixes assigned to the network interface. 
 | 
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. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
 The tags to apply to the new network interface. 
 | 
CreateNetworkInterfaceRequest | 
CreateNetworkInterfaceRequest.withTagSpecifications(TagSpecification... tagSpecifications)
 The tags to apply to the new network interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Request<CreateNetworkInterfaceRequest> | 
CreateNetworkInterfaceRequest.getDryRunRequest()
This method is intended for internal use only. 
 | 
Copyright © 2021. All rights reserved.