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

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

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

Methods in com.amazonaws.services.ec2.model that return DhcpOptions
 DhcpOptions CreateDhcpOptionsResult.getDhcpOptions()
          Returns the value of the DhcpOptions property for this object.
 DhcpOptions DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 DhcpOptions DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 DhcpOptions DhcpOptions.withDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 

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

Methods in com.amazonaws.services.ec2.model with parameters of type DhcpOptions
 void CreateDhcpOptionsResult.setDhcpOptions(DhcpOptions dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 DescribeDhcpOptionsResult DescribeDhcpOptionsResult.withDhcpOptions(DhcpOptions... dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 CreateDhcpOptionsResult CreateDhcpOptionsResult.withDhcpOptions(DhcpOptions dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpOptions
 void DescribeDhcpOptionsResult.setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 DescribeDhcpOptionsResult DescribeDhcpOptionsResult.withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 



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