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 AmazonEC2Client.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
           Associates a set of DHCP options (that you've previously created) with the specified VPC.
 void AmazonEC2.associateDhcpOptions(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.
 Future<Void> AmazonEC2AsyncClient.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)
          Sets the value of the DhcpOptionsId property for this object.
 AssociateDhcpOptionsRequest AssociateDhcpOptionsRequest.withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 



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