Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateDhcpOptionsResponse
-
Packages that use AssociateDhcpOptionsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of AssociateDhcpOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateDhcpOptionsResponse Modifier and Type Method Description 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.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 AssociateDhcpOptionsResponse Modifier and Type Method Description default CompletableFuture<AssociateDhcpOptionsResponse>Ec2AsyncClient. 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 CompletableFuture<AssociateDhcpOptionsResponse>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.
-