Uses of Class
com.amazonaws.services.ec2.model.DhcpOptions
Packages that use DhcpOptions
-
Uses of DhcpOptions in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DhcpOptionsModifier and TypeMethodDescriptionDhcpOptions.clone()CreateDhcpOptionsResult.getDhcpOptions()A set of DHCP options.DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations) One or more DHCP options in the set.DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) One or more DHCP options in the set.DhcpOptions.withDhcpOptionsId(String dhcpOptionsId) The ID of the set of DHCP options.Any tags assigned to the DHCP options set.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 DhcpOptionsModifier and TypeMethodDescriptionDescribeDhcpOptionsResult.getDhcpOptions()Information about one or more DHCP options sets.Methods in com.amazonaws.services.ec2.model with parameters of type DhcpOptionsModifier and TypeMethodDescriptionvoidCreateDhcpOptionsResult.setDhcpOptions(DhcpOptions dhcpOptions) A set of DHCP options.CreateDhcpOptionsResult.withDhcpOptions(DhcpOptions dhcpOptions) A set of DHCP options.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 DhcpOptionsModifier and TypeMethodDescriptionvoidDescribeDhcpOptionsResult.setDhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about one or more DHCP options sets.DescribeDhcpOptionsResult.withDhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about one or more DHCP options sets.