Uses of Class
com.amazonaws.services.ec2.model.DhcpConfiguration
Packages that use DhcpConfiguration
-
Uses of DhcpConfiguration in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DhcpConfigurationModifier and TypeMethodDescriptionDhcpConfiguration.clone()The name of a DHCP option.DhcpConfiguration.withValues(String... values) One or more values for the DHCP option.DhcpConfiguration.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 DhcpConfigurationModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.getDhcpConfigurations()A DHCP configuration option.DhcpOptions.getDhcpConfigurations()One or more DHCP options in the set.Methods in com.amazonaws.services.ec2.model with parameters of type DhcpConfigurationModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations) A DHCP configuration option.DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations) One or more DHCP options in the set.Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfigurationModifier and TypeMethodDescriptionvoidCreateDhcpOptionsRequest.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) A DHCP configuration option.voidDhcpOptions.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) One or more DHCP options in the set.CreateDhcpOptionsRequest.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) A DHCP configuration option.DhcpOptions.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 DhcpConfigurationModifierConstructorDescriptionCreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations) Constructs a new CreateDhcpOptionsRequest object.