| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
HostPropertiesRequest |
HostPropertiesRequest.clone() |
HostPropertiesRequest |
UpdateWorkerRequest.getHostProperties()
The host properties to update.
|
HostPropertiesRequest |
CreateWorkerRequest.getHostProperties()
The IP address and host name of the worker.
|
HostPropertiesRequest |
HostPropertiesRequest.withHostName(String hostName)
The host name.
|
HostPropertiesRequest |
HostPropertiesRequest.withIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkerRequest.setHostProperties(HostPropertiesRequest hostProperties)
The host properties to update.
|
void |
CreateWorkerRequest.setHostProperties(HostPropertiesRequest hostProperties)
The IP address and host name of the worker.
|
UpdateWorkerRequest |
UpdateWorkerRequest.withHostProperties(HostPropertiesRequest hostProperties)
The host properties to update.
|
CreateWorkerRequest |
CreateWorkerRequest.withHostProperties(HostPropertiesRequest hostProperties)
The IP address and host name of the worker.
|
Copyright © 2025. All rights reserved.