Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DhcpOptions |
CreateDhcpOptionsResult.dhcpOptions
A set of DHCP options.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DhcpOptions> |
DescribeDhcpOptionsResult.dhcpOptions
Information about one or more DHCP options sets.
|
Modifier and Type | Method and Description |
---|---|
DhcpOptions |
DhcpOptions.clone() |
DhcpOptions |
CreateDhcpOptionsResult.getDhcpOptions()
A set of DHCP options.
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set.
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set.
|
DhcpOptions |
DhcpOptions.withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the set of DHCP options.
|
DhcpOptions |
DhcpOptions.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the DHCP options set.
|
DhcpOptions |
DhcpOptions.withTags(Tag... tags)
Any tags assigned to the DHCP options set.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DhcpOptions> |
DescribeDhcpOptionsResult.getDhcpOptions()
Information about one or more DHCP options sets.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDhcpOptionsResult.setDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.
|
DescribeDhcpOptionsResult |
DescribeDhcpOptionsResult.withDhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
|
CreateDhcpOptionsResult |
CreateDhcpOptionsResult.withDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDhcpOptionsResult.setDhcpOptions(java.util.Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResult |
DescribeDhcpOptionsResult.withDhcpOptions(java.util.Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
Modifier and Type | Method and Description |
---|---|
DhcpOptions |
DhcpOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |