| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfacePrivateIpAddress> |
NetworkInterface.privateIpAddresses()
The private IPv4 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddresses(NetworkInterfacePrivateIpAddress... privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
NetworkInterface.Builder.privateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IPv4 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfacePrivateIpAddress |
NetworkInterfacePrivateIpAddressUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.