Uses of Class
com.amazonaws.services.ec2.model.CreateDhcpOptionsResult
Packages that use CreateDhcpOptionsResult
-
Uses of CreateDhcpOptionsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateDhcpOptionsResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateDhcpOptionsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateDhcpOptionsResultModifier 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 CreateDhcpOptionsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsResultModifier and TypeMethodDescriptionCreateDhcpOptionsResult.clone()
CreateDhcpOptionsResult.withDhcpOptions
(DhcpOptions dhcpOptions) A set of DHCP options.