Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AssociateDhcpOptionsResult |
AbstractAmazonEC2.associateDhcpOptions(AssociateDhcpOptionsRequest request) |
AssociateDhcpOptionsResult |
AmazonEC2Client.associateDhcpOptions(AssociateDhcpOptionsRequest request)
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP
options with the VPC.
|
AssociateDhcpOptionsResult |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<AssociateDhcpOptionsResult> |
AbstractAmazonEC2Async.associateDhcpOptionsAsync(AssociateDhcpOptionsRequest request,
AsyncHandler<AssociateDhcpOptionsRequest,AssociateDhcpOptionsResult> asyncHandler) |
Future<AssociateDhcpOptionsResult> |
AmazonEC2AsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
AssociateDhcpOptionsResult |
AssociateDhcpOptionsResult.clone() |
Copyright © 2022. All rights reserved.