| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 |  | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Future<CreateNetworkInterfaceResult> | AmazonEC2AsyncClient. createNetworkInterfaceAsync(CreateNetworkInterfaceRequest request,
                           AsyncHandler<CreateNetworkInterfaceRequest,CreateNetworkInterfaceResult> asyncHandler) | 
| 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. withConnectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification)
 A connection tracking specification for the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withDescription(String description)
 A description for the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withEnablePrimaryIpv6(Boolean enablePrimaryIpv6)
 If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a
 primary IPv6 IP address. | 
| 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)
 The type of network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withInterfaceType(String interfaceType)
 The type of network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv4PrefixCount(Integer ipv4PrefixCount)
 The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv4Prefixes(Collection<Ipv4PrefixSpecificationRequest> ipv4Prefixes)
 The IPv4 prefixes assigned to the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv4Prefixes(Ipv4PrefixSpecificationRequest... ipv4Prefixes)
 The IPv4 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)
 The IPv6 addresses from the IPv6 CIDR block range of your subnet. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
 The IPv6 addresses from the IPv6 CIDR block range of your subnet. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6PrefixCount(Integer ipv6PrefixCount)
 The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6Prefixes(Collection<Ipv6PrefixSpecificationRequest> ipv6Prefixes)
 The IPv6 prefixes assigned to the network interface. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withIpv6Prefixes(Ipv6PrefixSpecificationRequest... ipv6Prefixes)
 The IPv6 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)
 The private IPv4 addresses. | 
| CreateNetworkInterfaceRequest | CreateNetworkInterfaceRequest. withPrivateIpAddresses(PrivateIpAddressSpecification... privateIpAddresses)
 The 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 © 2023. All rights reserved.