Uses of Class
software.amazon.awssdk.services.ec2.model.NewDhcpConfiguration
-
Packages that use NewDhcpConfiguration Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NewDhcpConfiguration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NewDhcpConfiguration Modifier and Type Method Description List<NewDhcpConfiguration>CreateDhcpOptionsRequest. dhcpConfigurations()A DHCP configuration option.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NewDhcpConfiguration Modifier and Type Method Description CreateDhcpOptionsRequest.BuilderCreateDhcpOptionsRequest.Builder. dhcpConfigurations(NewDhcpConfiguration... dhcpConfigurations)A DHCP configuration option.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NewDhcpConfiguration Modifier and Type Method Description CreateDhcpOptionsRequest.BuilderCreateDhcpOptionsRequest.Builder. dhcpConfigurations(Collection<NewDhcpConfiguration> dhcpConfigurations)A DHCP configuration option.
-