Uses of Class
com.amazonaws.services.ec2.model.CreateDhcpOptionsRequest
Packages that use CreateDhcpOptionsRequest
-
Uses of CreateDhcpOptionsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateDhcpOptionsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createDhcpOptions
(CreateDhcpOptionsRequest request) AmazonEC2.createDhcpOptions
(CreateDhcpOptionsRequest createDhcpOptionsRequest) Creates a set of DHCP options for your VPC.AmazonEC2Client.createDhcpOptions
(CreateDhcpOptionsRequest createDhcpOptionsRequest) Creates a set of DHCP options for your VPC.AbstractAmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request) AbstractAmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) AmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest createDhcpOptionsRequest) Creates a set of DHCP options for your VPC.AmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) Creates a set of DHCP options for your VPC.AmazonEC2AsyncClient.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request) AmazonEC2AsyncClient.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateDhcpOptionsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) AmazonEC2Async.createDhcpOptionsAsync
(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) Creates a set of DHCP options for your VPC.AmazonEC2AsyncClient.createDhcpOptionsAsync
(CreateDhcpOptionsRequest request, AsyncHandler<CreateDhcpOptionsRequest, CreateDhcpOptionsResult> asyncHandler) -
Uses of CreateDhcpOptionsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsRequestModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.clone()
CreateDhcpOptionsRequest.withDhcpConfigurations
(DhcpConfiguration... dhcpConfigurations) A DHCP configuration option.CreateDhcpOptionsRequest.withDhcpConfigurations
(Collection<DhcpConfiguration> dhcpConfigurations) A DHCP configuration option.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateDhcpOptionsRequestModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.