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