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 DhcpOptionsDhcpOptions. clone()DhcpOptionsCreateDhcpOptionsResult. getDhcpOptions()A set of DHCP options.DhcpOptionsDhcpOptions. withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)One or more DHCP options in the set.DhcpOptionsDhcpOptions. withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)One or more DHCP options in the set.DhcpOptionsDhcpOptions. withDhcpOptionsId(String dhcpOptionsId)The ID of the set of DHCP options.DhcpOptionsDhcpOptions. withTags(Tag... tags)Any tags assigned to the DHCP options set.DhcpOptionsDhcpOptions. 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 voidCreateDhcpOptionsResult. setDhcpOptions(DhcpOptions dhcpOptions)A set of DHCP options.CreateDhcpOptionsResultCreateDhcpOptionsResult. withDhcpOptions(DhcpOptions dhcpOptions)A set of DHCP options.DescribeDhcpOptionsResultDescribeDhcpOptionsResult. 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 voidDescribeDhcpOptionsResult. setDhcpOptions(Collection<DhcpOptions> dhcpOptions)Information about one or more DHCP options sets.DescribeDhcpOptionsResultDescribeDhcpOptionsResult. withDhcpOptions(Collection<DhcpOptions> dhcpOptions)Information about one or more DHCP options sets.
-