| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteDhcpOptionsResponse |
EC2Client.deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default DeleteDhcpOptionsResponse |
EC2Client.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteDhcpOptionsResponse> |
EC2AsyncClient.deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default CompletableFuture<DeleteDhcpOptionsResponse> |
EC2AsyncClient.deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDhcpOptionsResponse |
DeleteDhcpOptionsResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.