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

Packages that use DescribeDhcpOptionsRequest
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 DescribeDhcpOptionsRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeDhcpOptionsRequest
 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.
 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 DescribeDhcpOptionsRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeDhcpOptionsRequest
 DescribeDhcpOptionsRequest DescribeDhcpOptionsRequest.withDhcpOptionsIds(Collection<String> dhcpOptionsIds)
          Sets the value of the DhcpOptionsIds property for this object.
 DescribeDhcpOptionsRequest DescribeDhcpOptionsRequest.withDhcpOptionsIds(String... dhcpOptionsIds)
          Sets the value of the DhcpOptionsIds property for this object.
 



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