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

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

Methods in com.amazonaws.services.ec2 that return CreateDhcpOptionsResult
 CreateDhcpOptionsResult AmazonEC2.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options.
 CreateDhcpOptionsResult AmazonEC2Client.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateDhcpOptionsResult
 Future<CreateDhcpOptionsResult> AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options.
 Future<CreateDhcpOptionsResult> AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsResult
 CreateDhcpOptionsResult CreateDhcpOptionsResult.withDhcpOptions(DhcpOptions dhcpOptions)
          A set of one or more DHCP options.
 



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