Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDhcpOptionsResult> |
AbstractAmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest request,
AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler) |
Future<CreateDhcpOptionsResult> |
AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest,
AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler)
Creates a set of DHCP options for your VPC.
|
Future<CreateDhcpOptionsResult> |
AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest request,
AsyncHandler<CreateDhcpOptionsRequest,CreateDhcpOptionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.clone() |
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the DHCP option.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateDhcpOptionsRequest> |
CreateDhcpOptionsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.