Uses of Class
com.amazonaws.services.ec2.model.DhcpConfiguration

Packages that use DhcpConfiguration
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DhcpConfiguration in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DhcpConfiguration
 DhcpConfiguration CreateDhcpOptionsRequest.getDhcpConfiguration()
          A set of one or more DHCP configurations.
 DhcpConfiguration DhcpConfiguration.withKey(String key)
          Contains the name of a DHCP option.
 DhcpConfiguration DhcpConfiguration.withValues(Collection<String> values)
          Contains a set of values for a DHCP option.
 DhcpConfiguration DhcpConfiguration.withValues(String... values)
          Contains a set of values for a DHCP option.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DhcpConfiguration
 List<DhcpConfiguration> DhcpOptions.getDhcpConfigurations()
          Contains information about the set of DHCP options.
 

Methods in com.amazonaws.services.ec2.model with parameters of type DhcpConfiguration
 void CreateDhcpOptionsRequest.setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          A set of one or more DHCP configurations.
 CreateDhcpOptionsRequest CreateDhcpOptionsRequest.withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          A set of one or more DHCP configurations.
 DhcpOptions DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Contains information about the set of DHCP options.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration
 void DhcpOptions.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Contains information about the set of DHCP options.
 DhcpOptions DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Contains information about the set of DHCP options.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.