Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void |
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.
|
Future<Void> |
AmazonEC2AsyncClient.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<Void> |
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<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest,
AsyncHandler<AssociateDhcpOptionsRequest,Void> 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<Void> |
AmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler)
Associates a set of DHCP options (that you've previously created)
with the specified VPC, or associates no DHCP options with the VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest,
AsyncHandler<AssociateDhcpOptionsRequest,Void> 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<Void> |
AmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest associateDhcpOptionsRequest,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler)
Associates a set of DHCP options (that you've previously created)
with the specified VPC, or associates no DHCP options with the VPC.
|
Modifier and Type | Method and Description |
---|---|
AssociateDhcpOptionsRequest |
AssociateDhcpOptionsRequest.withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set, or
default to associate
no DHCP options with the VPC. |
AssociateDhcpOptionsRequest |
AssociateDhcpOptionsRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<AssociateDhcpOptionsRequest> |
AssociateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.