Uses of Class
software.amazon.awssdk.services.ec2.model.NewDhcpConfiguration
Packages that use NewDhcpConfiguration
-
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 NewDhcpConfigurationModifier and TypeMethodDescriptionfinal List<NewDhcpConfiguration>CreateDhcpOptionsRequest.dhcpConfigurations()A DHCP configuration option.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NewDhcpConfigurationModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.Builder.dhcpConfigurations(NewDhcpConfiguration... dhcpConfigurations) A DHCP configuration option.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NewDhcpConfigurationModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.Builder.dhcpConfigurations(Collection<NewDhcpConfiguration> dhcpConfigurations) A DHCP configuration option.