Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DhcpConfiguration> |
DhcpOptions.dhcpConfigurations
One or more DHCP options in the set.
|
private SdkInternalList<DhcpConfiguration> |
CreateDhcpOptionsRequest.dhcpConfigurations
A DHCP configuration option.
|
Modifier and Type | Method and Description |
---|---|
DhcpConfiguration |
DhcpConfiguration.clone() |
DhcpConfiguration |
DhcpConfiguration.withKey(java.lang.String key)
The name of a DHCP option.
|
DhcpConfiguration |
DhcpConfiguration.withValues(java.util.Collection<java.lang.String> values)
One or more values for the DHCP option.
|
DhcpConfiguration |
DhcpConfiguration.withValues(java.lang.String... values)
One or more values for the DHCP option.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DhcpConfiguration> |
DhcpOptions.getDhcpConfigurations()
One or more DHCP options in the set.
|
java.util.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(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
void |
CreateDhcpOptionsRequest.setDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
Constructor and Description |
---|
CreateDhcpOptionsRequest(java.util.List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
DhcpConfiguration |
DhcpConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |