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

Packages that use DescribeDhcpOptionsResult
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DescribeDhcpOptionsResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeDhcpOptionsResult
 DescribeDhcpOptionsResult AmazonEC2.describeDhcpOptions()
           Gives you information about one or more sets of DHCP options.
 DescribeDhcpOptionsResult AmazonEC2Client.describeDhcpOptions()
           Gives you information about one or more sets of DHCP options.
 DescribeDhcpOptionsResult AmazonEC2.describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
           Gives you information about one or more sets of DHCP options.
 DescribeDhcpOptionsResult AmazonEC2Client.describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
           Gives you information about one or more sets of DHCP options.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeDhcpOptionsResult
 Future<DescribeDhcpOptionsResult> AmazonEC2AsyncClient.describeDhcpOptionsAsync(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
           Gives you information about one or more sets of DHCP options.
 Future<DescribeDhcpOptionsResult> AmazonEC2Async.describeDhcpOptionsAsync(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
           Gives you information about one or more sets of DHCP options.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeDhcpOptionsResult
 DescribeDhcpOptionsResult DescribeDhcpOptionsResult.withDhcpOptions(Collection<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.
 



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