|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssociateDhcpOptionsRequest | |
|---|---|
| com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of AssociateDhcpOptionsRequest in com.amazonaws.services.ec2 |
|---|
| Methods in com.amazonaws.services.ec2 with parameters of type AssociateDhcpOptionsRequest | |
|---|---|
void |
AmazonEC2.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC. |
void |
AmazonEC2Client.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC. |
Future<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC. |
Future<Void> |
AmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
Associates a set of DHCP options (that you've previously created) with the specified VPC. |
| Uses of AssociateDhcpOptionsRequest in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return AssociateDhcpOptionsRequest | |
|---|---|
AssociateDhcpOptionsRequest |
AssociateDhcpOptionsRequest.withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options to associate with the VPC. |
AssociateDhcpOptionsRequest |
AssociateDhcpOptionsRequest.withVpcId(String vpcId)
The ID of the VPC to associate the DHCP options with. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||