|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateDhcpOptionsRequest | |
---|---|
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. |
Uses of CreateDhcpOptionsRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CreateDhcpOptionsRequest | |
---|---|
CreateDhcpOptionsResult |
AmazonEC2.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. |
CreateDhcpOptionsResult |
AmazonEC2Client.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. |
Future<CreateDhcpOptionsResult> |
AmazonEC2AsyncClient.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. |
Future<CreateDhcpOptionsResult> |
AmazonEC2Async.createDhcpOptionsAsync(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. |
Uses of CreateDhcpOptionsRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateDhcpOptionsRequest | |
---|---|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
A set of one or more DHCP configurations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |