Uses of Interface
software.amazon.awssdk.services.ec2.model.NewDhcpConfiguration.Builder
-
Packages that use NewDhcpConfiguration.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NewDhcpConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NewDhcpConfiguration.Builder Modifier and Type Method Description static NewDhcpConfiguration.BuilderNewDhcpConfiguration. builder()NewDhcpConfiguration.BuilderNewDhcpConfiguration.Builder. key(String key)Sets the value of the Key property for this object.NewDhcpConfiguration.BuilderNewDhcpConfiguration. toBuilder()NewDhcpConfiguration.BuilderNewDhcpConfiguration.Builder. values(String... values)Sets the value of the Values property for this object.NewDhcpConfiguration.BuilderNewDhcpConfiguration.Builder. values(Collection<String> values)Sets the value of the Values property for this object.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NewDhcpConfiguration.Builder Modifier and Type Method Description static Class<? extends NewDhcpConfiguration.Builder>NewDhcpConfiguration. serializableBuilderClass()
-