Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateDhcpOptionsResponse
Packages that use AssociateDhcpOptionsResponse
-
Uses of AssociateDhcpOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateDhcpOptionsResponseModifier and TypeMethodDescriptiondefault 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.default AssociateDhcpOptionsResponseEc2Client.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateDhcpOptionsResponseModifier 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.Ec2AsyncClient.associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.