Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface |
InstanceNetworkInterface.clone() |
InstanceNetworkInterface |
InstanceNetworkInterface.withAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IPv4 associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withDescription(String description)
The description.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(Collection<GroupIdentifier> groups)
The security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(GroupIdentifier... groups)
The security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withInterfaceType(String interfaceType)
The type of network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv4Prefixes(Collection<InstanceIpv4Prefix> ipv4Prefixes)
The IPv4 delegated prefixes that are assigned to the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv4Prefixes(InstanceIpv4Prefix... ipv4Prefixes)
The IPv4 delegated prefixes that are assigned to the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Addresses(Collection<InstanceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Addresses(InstanceIpv6Address... ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Prefixes(Collection<InstanceIpv6Prefix> ipv6Prefixes)
The IPv6 delegated prefixes that are assigned to the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withIpv6Prefixes(InstanceIpv6Prefix... ipv6Prefixes)
The IPv6 delegated prefixes that are assigned to the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withMacAddress(String macAddress)
The MAC address.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that created the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateDnsName(String privateDnsName)
The private DNS name.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withStatus(NetworkInterfaceStatus status)
The status of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withStatus(String status)
The status of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withSubnetId(String subnetId)
The ID of the subnet.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceNetworkInterface> |
Instance.getNetworkInterfaces()
[EC2-VPC] The network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withNetworkInterfaces(InstanceNetworkInterface... networkInterfaces)
[EC2-VPC] The network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setNetworkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces)
[EC2-VPC] The network interfaces for the instance.
|
Instance |
Instance.withNetworkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces)
[EC2-VPC] The network interfaces for the instance.
|
Copyright © 2022. All rights reserved.