Uses of Class
software.amazon.awssdk.services.ec2.model.CreateDhcpOptionsResponse
Packages that use CreateDhcpOptionsResponse
-
Uses of CreateDhcpOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateDhcpOptionsResponseModifier and TypeMethodDescriptiondefault CreateDhcpOptionsResponseEc2Client.createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest) Creates a custom set of DHCP options.default CreateDhcpOptionsResponseEc2Client.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest) Creates a custom set of DHCP options.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateDhcpOptionsResponseModifier and TypeMethodDescriptionEc2AsyncClient.createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest) Creates a custom set of DHCP options.Ec2AsyncClient.createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest) Creates a custom set of DHCP options.