| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateIp |
PrivateIp.clone() |
PrivateIp |
PrivateIp.withPrivateDnsName(String privateDnsName)
The DNS name of the private IP address.
|
PrivateIp |
PrivateIp.withPrivateIpAddress(String privateIpAddress)
The full IP address of the network inteface.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrivateIp> |
NetworkInterface.getPrivateIpAddresses()
A list of the private IP addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(PrivateIp... privateIpAddresses)
A list of the private IP addresses associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setPrivateIpAddresses(Collection<PrivateIp> privateIpAddresses)
A list of the private IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<PrivateIp> privateIpAddresses)
A list of the private IP addresses associated with the network interface.
|
Copyright © 2025. All rights reserved.