Uses of Class
software.amazon.awssdk.services.ec2.model.DhcpConfiguration
Packages that use DhcpConfiguration
-
Uses of DhcpConfiguration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DhcpConfigurationModifier and TypeMethodDescriptionfinal List<DhcpConfiguration>DhcpOptions.dhcpConfigurations()The DHCP options in the set.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DhcpConfigurationModifier and TypeMethodDescriptionDhcpOptions.Builder.dhcpConfigurations(DhcpConfiguration... dhcpConfigurations) The DHCP options in the set.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DhcpConfigurationModifier and TypeMethodDescriptionDhcpOptions.Builder.dhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations) The DHCP options in the set.