Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DhcpConfiguration |
DhcpConfiguration.clone() |
DhcpConfiguration |
DhcpConfiguration.withKey(String key)
The name of a DHCP option.
|
DhcpConfiguration |
DhcpConfiguration.withValues(Collection<String> values)
One or more values for the DHCP option.
|
DhcpConfiguration |
DhcpConfiguration.withValues(String... values)
One or more values for the DHCP option.
|
Modifier and Type | Method and Description |
---|---|
List<DhcpConfiguration> |
DhcpOptions.getDhcpConfigurations()
One or more DHCP options in the set.
|
List<DhcpConfiguration> |
CreateDhcpOptionsRequest.getDhcpConfigurations()
A DHCP configuration option.
|
Modifier and Type | Method and Description |
---|---|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
|
Modifier and Type | Method and Description |
---|---|
void |
DhcpOptions.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
void |
CreateDhcpOptionsRequest.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
Constructor and Description |
---|
CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object.
|
Copyright © 2020. All rights reserved.