|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DhcpConfiguration | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of DhcpConfiguration in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DhcpConfiguration | |
---|---|
DhcpConfiguration |
DhcpConfiguration.withKey(String key)
The name of a DHCP option. |
DhcpConfiguration |
DhcpConfiguration.withValues(Collection<String> values)
One or more values for the DHCP option. |
DhcpConfiguration |
DhcpConfiguration.withValues(String... values)
One or more values for the DHCP option. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type DhcpConfiguration | |
---|---|
List<DhcpConfiguration> |
DhcpOptions.getDhcpConfigurations()
One or more DHCP options in the set. |
List<DhcpConfiguration> |
CreateDhcpOptionsRequest.getDhcpConfigurations()
A DHCP configuration option. |
Methods in com.amazonaws.services.ec2.model with parameters of type DhcpConfiguration | |
---|---|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
One or more DHCP options in the set. |
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration | |
---|---|
void |
DhcpOptions.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set. |
void |
CreateDhcpOptionsRequest.setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option. |
DhcpOptions |
DhcpOptions.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
One or more DHCP options in the set. |
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option. |
Constructor parameters in com.amazonaws.services.ec2.model with type arguments of type DhcpConfiguration | |
---|---|
CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |