Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateDhcpOptionsRequest.Builder
Packages that use AssociateDhcpOptionsRequest.Builder
Package
Description
-
Uses of AssociateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.default AssociateDhcpOptionsResponseEc2Client.associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. -
Uses of AssociateDhcpOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionAssociateDhcpOptionsRequest.builder()AssociateDhcpOptionsRequest.Builder.dhcpOptionsId(String dhcpOptionsId) The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AssociateDhcpOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateDhcpOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateDhcpOptionsRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateDhcpOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateDhcpOptionsRequest.Builder>AssociateDhcpOptionsRequest.serializableBuilderClass()