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

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

Methods in com.amazonaws.services.ec2 with parameters of type DeleteDhcpOptionsRequest
 void AmazonEC2.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
           Deletes a set of DHCP options that you specify.
 void AmazonEC2Client.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
           Deletes a set of DHCP options that you specify.
 Future<Void> AmazonEC2AsyncClient.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
           Deletes a set of DHCP options that you specify.
 Future<Void> AmazonEC2Async.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
           Deletes a set of DHCP options that you specify.
 

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

Methods in com.amazonaws.services.ec2.model that return DeleteDhcpOptionsRequest
 DeleteDhcpOptionsRequest DeleteDhcpOptionsRequest.withDhcpOptionsId(String dhcpOptionsId)
          The ID of the DHCP options set to delete.
 



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