Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
CreateNetworkInterfaceResult.getNetworkInterface()
Information about the network interface.
|
NetworkInterface |
NetworkInterface.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterface |
NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment.
|
NetworkInterface |
NetworkInterface.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
NetworkInterface |
NetworkInterface.withConnectionTrackingConfiguration(ConnectionTrackingConfiguration connectionTrackingConfiguration)
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
NetworkInterface |
NetworkInterface.withDenyAllIgwTraffic(Boolean denyAllIgwTraffic)
Indicates whether a network interface with an IPv6 address is unreachable from the public internet.
|
NetworkInterface |
NetworkInterface.withDescription(String description)
A description.
|
NetworkInterface |
NetworkInterface.withGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withGroups(GroupIdentifier... groups)
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(NetworkInterfaceType interfaceType)
The type of network interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(String interfaceType)
The type of network interface.
|
NetworkInterface |
NetworkInterface.withIpv4Prefixes(Collection<Ipv4PrefixSpecification> ipv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv4Prefixes(Ipv4PrefixSpecification... ipv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Address(String ipv6Address)
The IPv6 globally unique address associated with the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(Collection<NetworkInterfaceIpv6Address> ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Addresses(NetworkInterfaceIpv6Address... ipv6Addresses)
The IPv6 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Native(Boolean ipv6Native)
Indicates whether this is an IPv6 only network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Prefixes(Collection<Ipv6PrefixSpecification> ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withIpv6Prefixes(Ipv6PrefixSpecification... ipv6Prefixes)
The IPv6 prefixes that are assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withMacAddress(String macAddress)
The MAC address.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
NetworkInterface |
NetworkInterface.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateDnsName(String privateDnsName)
The private DNS name.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(NetworkInterfacePrivateIpAddress... privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withRequesterId(String requesterId)
The alias or Amazon Web Services account ID of the principal or service that created the network interface.
|
NetworkInterface |
NetworkInterface.withRequesterManaged(Boolean requesterManaged)
Indicates whether the network interface is being managed by Amazon Web Services.
|
NetworkInterface |
NetworkInterface.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether source/destination checking is enabled.
|
NetworkInterface |
NetworkInterface.withStatus(NetworkInterfaceStatus status)
The status of the network interface.
|
NetworkInterface |
NetworkInterface.withStatus(String status)
The status of the network interface.
|
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The ID of the subnet.
|
NetworkInterface |
NetworkInterface.withTagSet(Collection<Tag> tagSet)
Any tags assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withTagSet(Tag... tagSet)
Any tags assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
DescribeNetworkInterfacesResult.getNetworkInterfaces()
Information about the network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkInterfaceResult.setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
CreateNetworkInterfaceResult |
CreateNetworkInterfaceResult.withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about the network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInterfacesResult.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about the network interfaces.
|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about the network interfaces.
|
Copyright © 2024. All rights reserved.