Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateDhcpOptionsRequest.Builder
Packages that use CreateDhcpOptionsRequest.Builder
Package
Description
-
Uses of CreateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest) Creates a custom set of DHCP options.default CreateDhcpOptionsResponseEc2Client.createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest) Creates a custom set of DHCP options. -
Uses of CreateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionCreateDhcpOptionsRequest.builder()CreateDhcpOptionsRequest.Builder.dhcpConfigurations(Collection<NewDhcpConfiguration> dhcpConfigurations) A DHCP configuration option.CreateDhcpOptionsRequest.Builder.dhcpConfigurations(Consumer<NewDhcpConfiguration.Builder>... dhcpConfigurations) A DHCP configuration option.CreateDhcpOptionsRequest.Builder.dhcpConfigurations(NewDhcpConfiguration... dhcpConfigurations) A DHCP configuration option.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateDhcpOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDhcpOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDhcpOptionsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the DHCP option.CreateDhcpOptionsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the DHCP option.CreateDhcpOptionsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the DHCP option.CreateDhcpOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDhcpOptionsRequest.Builder>CreateDhcpOptionsRequest.serializableBuilderClass()