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()
          A set of one or more DHCP options.
 DhcpOptions DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Contains information about the set of DHCP options.
 DhcpOptions DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Contains information about the set of DHCP options.
 DhcpOptions DhcpOptions.withDhcpOptionsId(String dhcpOptionsId)
          Specifies the ID of the set of DHCP options.
 

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)
          A set of one or more DHCP options.
 DescribeDhcpOptionsResult DescribeDhcpOptionsResult.withDhcpOptions(DhcpOptions... dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 CreateDhcpOptionsResult CreateDhcpOptionsResult.withDhcpOptions(DhcpOptions dhcpOptions)
          A set of one or more DHCP options.
 

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.