Uses of Class
com.amazonaws.services.ec2.model.AssociateDhcpOptionsRequest
Packages that use AssociateDhcpOptionsRequest
-
Uses of AssociateDhcpOptionsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AssociateDhcpOptionsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.associateDhcpOptions
(AssociateDhcpOptionsRequest request) AmazonEC2.associateDhcpOptions
(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.AmazonEC2Client.associateDhcpOptions
(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.AbstractAmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request) AbstractAmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) AmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.AmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest associateDhcpOptionsRequest, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.AmazonEC2AsyncClient.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request) AmazonEC2AsyncClient.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateDhcpOptionsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) AmazonEC2Async.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest associateDhcpOptionsRequest, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.AmazonEC2AsyncClient.associateDhcpOptionsAsync
(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest, AssociateDhcpOptionsResult> asyncHandler) -
Uses of AssociateDhcpOptionsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AssociateDhcpOptionsRequestModifier and TypeMethodDescriptionAssociateDhcpOptionsRequest.clone()
AssociateDhcpOptionsRequest.withDhcpOptionsId
(String dhcpOptionsId) The ID of the DHCP options set, ordefault
to associate no DHCP options with the VPC.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateDhcpOptionsRequestModifier and TypeMethodDescriptionAssociateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.