| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
IpAddresses |
IpAddresses.clone() |
IpAddresses |
HostPropertiesResponse.getIpAddresses()
The IP address of the host.
|
IpAddresses |
HostPropertiesRequest.getIpAddresses()
The IP address of the host.
|
IpAddresses |
IpAddresses.withIpV4Addresses(Collection<String> ipV4Addresses)
The IpV4 address of the network.
|
IpAddresses |
IpAddresses.withIpV4Addresses(String... ipV4Addresses)
The IpV4 address of the network.
|
IpAddresses |
IpAddresses.withIpV6Addresses(Collection<String> ipV6Addresses)
The IpV6 address for the network and node component.
|
IpAddresses |
IpAddresses.withIpV6Addresses(String... ipV6Addresses)
The IpV6 address for the network and node component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostPropertiesResponse.setIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
void |
HostPropertiesRequest.setIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
HostPropertiesResponse |
HostPropertiesResponse.withIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
HostPropertiesRequest |
HostPropertiesRequest.withIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
Copyright © 2025. All rights reserved.