Uses of Class
com.amazonaws.services.ec2.model.CreateDhcpOptionsRequest
-
Packages that use CreateDhcpOptionsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateDhcpOptionsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateDhcpOptionsRequest Modifier and Type Method Description Future<CreateDhcpOptionsResult>
AbstractAmazonEC2Async. createDhcpOptionsAsync(CreateDhcpOptionsRequest request, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
Future<CreateDhcpOptionsResult>
AmazonEC2Async. createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest, AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
Creates a set of DHCP options for your VPC.Future<CreateDhcpOptionsResult>
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 CreateDhcpOptionsRequest Modifier and Type Method Description CreateDhcpOptionsRequest
CreateDhcpOptionsRequest. clone()
CreateDhcpOptionsRequest
CreateDhcpOptionsRequest. withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.CreateDhcpOptionsRequest
CreateDhcpOptionsRequest. withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateDhcpOptionsRequest Modifier and Type Method Description Request<CreateDhcpOptionsRequest>
CreateDhcpOptionsRequest. getDryRunRequest()
This method is intended for internal use only.
-