| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
AbstractAmazonEC2.associateDhcpOptions(AssociateDhcpOptionsRequest request) |
Future<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request) |
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> |
AbstractAmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request) |
Future<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler) |
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.
|
Future<Void> |
AbstractAmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler) |
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.
|
Future<Void> |
AbstractAmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request,
AsyncHandler<AssociateDhcpOptionsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateDhcpOptionsRequest |
AssociateDhcpOptionsRequest.clone() |
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 © 2016. All rights reserved.