Uses of Class
com.amazonaws.services.ec2.model.AssociateDhcpOptionsRequest
-
Packages that use AssociateDhcpOptionsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AssociateDhcpOptionsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AssociateDhcpOptionsRequest Modifier and Type Method Description AssociateDhcpOptionsResultAbstractAmazonEC2. associateDhcpOptions(AssociateDhcpOptionsRequest request)AssociateDhcpOptionsResultAmazonEC2. 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.AssociateDhcpOptionsResultAmazonEC2Client. 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.Future<AssociateDhcpOptionsResult>AbstractAmazonEC2Async. associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request)Future<AssociateDhcpOptionsResult>AbstractAmazonEC2Async. associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest,AssociateDhcpOptionsResult> asyncHandler)Future<AssociateDhcpOptionsResult>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.Future<AssociateDhcpOptionsResult>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.Future<AssociateDhcpOptionsResult>AmazonEC2AsyncClient. associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request)Future<AssociateDhcpOptionsResult>AmazonEC2AsyncClient. associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest,AssociateDhcpOptionsResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateDhcpOptionsRequest Modifier and Type Method Description Future<AssociateDhcpOptionsResult>AbstractAmazonEC2Async. associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request, AsyncHandler<AssociateDhcpOptionsRequest,AssociateDhcpOptionsResult> asyncHandler)Future<AssociateDhcpOptionsResult>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.Future<AssociateDhcpOptionsResult>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 AssociateDhcpOptionsRequest Modifier and Type Method Description AssociateDhcpOptionsRequestAssociateDhcpOptionsRequest. clone()AssociateDhcpOptionsRequestAssociateDhcpOptionsRequest. withDhcpOptionsId(String dhcpOptionsId)The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.AssociateDhcpOptionsRequestAssociateDhcpOptionsRequest. withVpcId(String vpcId)The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AssociateDhcpOptionsRequest Modifier and Type Method Description Request<AssociateDhcpOptionsRequest>AssociateDhcpOptionsRequest. getDryRunRequest()This method is intended for internal use only.
-