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

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

Methods in com.amazonaws.services.ec2 with parameters of type AssociateDhcpOptionsRequest
 void AmazonEC2.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
           Associates a set of DHCP options (that you've previously created) with the specified VPC.
 void AmazonEC2Client.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
           Associates a set of DHCP options (that you've previously created) with the specified VPC.
 Future<Void> AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
           Associates a set of DHCP options (that you've previously created) with the specified VPC.
 Future<Void> AmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
           Associates a set of DHCP options (that you've previously created) with the specified VPC.
 

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

Methods in com.amazonaws.services.ec2.model that return AssociateDhcpOptionsRequest
 AssociateDhcpOptionsRequest AssociateDhcpOptionsRequest.withDhcpOptionsId(String dhcpOptionsId)
          The ID of the DHCP options to associate with the VPC.
 AssociateDhcpOptionsRequest AssociateDhcpOptionsRequest.withVpcId(String vpcId)
          The ID of the VPC to associate the DHCP options with.
 



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