Uses of Class
com.amazonaws.services.ec2.model.DhcpOptions
-
Packages that use DhcpOptions Package Description com.amazonaws.services.ec2.model -
-
Uses of DhcpOptions in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DhcpOptions Modifier and Type Method Description DhcpOptions
DhcpOptions. clone()
DhcpOptions
CreateDhcpOptionsResult. getDhcpOptions()
A set of DHCP options.DhcpOptions
DhcpOptions. withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set.DhcpOptions
DhcpOptions. withDhcpConfigurations(Collection<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(Tag... tags)
Any tags assigned to the DHCP options set.DhcpOptions
DhcpOptions. withTags(Collection<Tag> tags)
Any tags assigned to the DHCP options set.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DhcpOptions Modifier and Type Method Description List<DhcpOptions>
DescribeDhcpOptionsResult. getDhcpOptions()
Information about one or more DHCP options sets.Methods in com.amazonaws.services.ec2.model with parameters of type DhcpOptions Modifier and Type Method Description void
CreateDhcpOptionsResult. setDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.CreateDhcpOptionsResult
CreateDhcpOptionsResult. withDhcpOptions(DhcpOptions dhcpOptions)
A set of DHCP options.DescribeDhcpOptionsResult
DescribeDhcpOptionsResult. withDhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpOptions Modifier and Type Method 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.
-