Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DhcpOptions |
DhcpOptions.clone() |
DhcpOptions |
CreateDhcpOptionsResult.getDhcpOptions()
A set of DHCP options.
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(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(String dhcpOptionsId)
The ID of the set of DHCP options.
|
DhcpOptions |
DhcpOptions.withTags(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 |
---|---|
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(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResult |
DescribeDhcpOptionsResult.withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
Copyright © 2018. All rights reserved.