| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstancePrivateIpAddress> |
InstanceNetworkInterface.privateIpAddresses()
One or more private IPv4 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.privateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
One or more private IPv4 addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterface.Builder |
InstanceNetworkInterface.Builder.privateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)
One or more private IPv4 addresses associated with the network interface.
|
Copyright © 2019. All rights reserved.