| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<DhcpConfiguration> |
DhcpOptions.dhcpConfigurations()
One or more DHCP options in the set.
|
List<DhcpConfiguration> |
CreateDhcpOptionsRequest.dhcpConfigurations()
A DHCP configuration option.
|
| Modifier and Type | Method and Description |
|---|---|
DhcpOptions.Builder |
DhcpOptions.Builder.dhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set.
|
CreateDhcpOptionsRequest.Builder |
CreateDhcpOptionsRequest.Builder.dhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
|
| Modifier and Type | Method and Description |
|---|---|
DhcpOptions.Builder |
DhcpOptions.Builder.dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
CreateDhcpOptionsRequest.Builder |
CreateDhcpOptionsRequest.Builder.dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
| Modifier and Type | Method and Description |
|---|---|
DhcpConfiguration |
DhcpConfigurationUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.