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()
          Returns the value of the DhcpConfiguration property for this object.
 DhcpConfiguration DhcpConfiguration.withKey(String key)
          Sets the value of the Key property for this object.
 DhcpConfiguration DhcpConfiguration.withValues(Collection<String> values)
          Sets the value of the Values property for this object.
 DhcpConfiguration DhcpConfiguration.withValues(String... values)
          Sets the value of the Values property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DhcpConfiguration
 List<DhcpConfiguration> DhcpOptions.getDhcpConfigurations()
          Returns the value of the DhcpConfigurations property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type DhcpConfiguration
 void CreateDhcpOptionsRequest.setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          Sets the value of the DhcpConfiguration property for this object.
 CreateDhcpOptionsRequest CreateDhcpOptionsRequest.withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          Sets the value of the DhcpConfiguration property for this object.
 DhcpOptions DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration
 void DhcpOptions.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 DhcpOptions DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 



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