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.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
void |
AmazonEC2Client.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
Future<Void> |
AmazonEC2AsyncClient.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
Future<Void> |
AmazonEC2Async.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
Future<Void> |
AmazonEC2AsyncClient.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest,
AsyncHandler<DeleteDhcpOptionsRequest,Void> asyncHandler)
Deletes the specified set of DHCP options.
|
Future<Void> |
AmazonEC2Async.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest,
AsyncHandler<DeleteDhcpOptionsRequest,Void> asyncHandler)
Deletes the specified set of DHCP options.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest,
AsyncHandler<DeleteDhcpOptionsRequest,Void> asyncHandler)
Deletes the specified set of DHCP options.
|
Future<Void> |
AmazonEC2Async.deleteDhcpOptionsAsync(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest,
AsyncHandler<DeleteDhcpOptionsRequest,Void> asyncHandler)
Deletes the specified set of DHCP options.
|
Modifier and Type | Method and Description |
---|---|
DeleteDhcpOptionsRequest |
DeleteDhcpOptionsRequest.clone() |
DeleteDhcpOptionsRequest |
DeleteDhcpOptionsRequest.withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteDhcpOptionsRequest> |
DeleteDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2015. All rights reserved.