Uses of Class
com.amazonaws.services.ec2.model.CreateDhcpOptionsResult
-
Packages that use CreateDhcpOptionsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateDhcpOptionsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateDhcpOptionsResult Modifier and Type Method Description CreateDhcpOptionsResultAbstractAmazonEC2. createDhcpOptions(CreateDhcpOptionsRequest request)CreateDhcpOptionsResultAmazonEC2. createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)Creates a set of DHCP options for your VPC.CreateDhcpOptionsResultAmazonEC2Client. createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)Creates a set of DHCP options for your VPC.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateDhcpOptionsResult 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 CreateDhcpOptionsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsResult Modifier and Type Method Description CreateDhcpOptionsResultCreateDhcpOptionsResult. clone()CreateDhcpOptionsResultCreateDhcpOptionsResult. withDhcpOptions(DhcpOptions dhcpOptions)A set of DHCP options.
-