| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateIpAddressDetails |
PrivateIpAddressDetails.clone() |
PrivateIpAddressDetails |
PrivateIpAddressDetails.withPrivateDnsName(String privateDnsName)
The private DNS name of the EC2 instance.
|
PrivateIpAddressDetails |
PrivateIpAddressDetails.withPrivateIpAddress(String privateIpAddress)
The private IP address of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrivateIpAddressDetails> |
NetworkInterface.getPrivateIpAddresses()
Other private IP address information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(PrivateIpAddressDetails... privateIpAddresses)
Other private IP address information of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setPrivateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)
Other private IP address information of the EC2 instance.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<PrivateIpAddressDetails> privateIpAddresses)
Other private IP address information of the EC2 instance.
|
Copyright © 2025. All rights reserved.