Uses of Class
com.amazonaws.services.ec2.model.DhcpConfiguration
-
Packages that use DhcpConfiguration Package Description com.amazonaws.services.ec2.model -
-
Uses of DhcpConfiguration in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DhcpConfiguration Modifier and Type Method Description DhcpConfigurationDhcpConfiguration. clone()DhcpConfigurationDhcpConfiguration. withKey(String key)The name of a DHCP option.DhcpConfigurationDhcpConfiguration. withValues(String... values)One or more values for the DHCP option.DhcpConfigurationDhcpConfiguration. withValues(Collection<String> values)One or more values for the DHCP option.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DhcpConfiguration Modifier and Type Method Description List<DhcpConfiguration>CreateDhcpOptionsRequest. getDhcpConfigurations()A DHCP configuration option.List<DhcpConfiguration>DhcpOptions. getDhcpConfigurations()One or more DHCP options in the set.Methods in com.amazonaws.services.ec2.model with parameters of type DhcpConfiguration Modifier and Type Method Description CreateDhcpOptionsRequestCreateDhcpOptionsRequest. withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)A DHCP configuration option.DhcpOptionsDhcpOptions. withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)One or more DHCP options in the set.Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration Modifier and Type Method Description voidCreateDhcpOptionsRequest. setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)A DHCP configuration option.voidDhcpOptions. setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)One or more DHCP options in the set.CreateDhcpOptionsRequestCreateDhcpOptionsRequest. withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)A DHCP configuration option.DhcpOptionsDhcpOptions. withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)One or more DHCP options in the set.Constructor parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration Constructor Description CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)Constructs a new CreateDhcpOptionsRequest object.
-