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

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

Methods in com.amazonaws.services.ec2 with parameters of type CreateDhcpOptionsRequest
 CreateDhcpOptionsResult AmazonEC2Client.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options for your VPC.
 CreateDhcpOptionsResult AmazonEC2.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options for your VPC.
 Future<CreateDhcpOptionsResult> AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options for your VPC.
 Future<CreateDhcpOptionsResult> AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
           Creates a set of DHCP options for your VPC.
 Future<CreateDhcpOptionsResult> AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
           Creates a set of DHCP options for your VPC.
 Future<CreateDhcpOptionsResult> AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
           Creates a set of DHCP options for your VPC.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateDhcpOptionsRequest
 Future<CreateDhcpOptionsResult> AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
           Creates a set of DHCP options for your VPC.
 Future<CreateDhcpOptionsResult> AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
           Creates a set of DHCP options for your VPC.
 

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

Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsRequest
 CreateDhcpOptionsRequest CreateDhcpOptionsRequest.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          A DHCP configuration option.
 CreateDhcpOptionsRequest CreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          A DHCP configuration option.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateDhcpOptionsRequest
 Request<CreateDhcpOptionsRequest> CreateDhcpOptionsRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.