Uses of Class
software.amazon.awssdk.services.ec2.model.DhcpOptions
Packages that use DhcpOptions
Package
Description
-
Uses of DhcpOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DhcpOptionsModifier and TypeMethodDescriptionfinal DhcpOptionsCreateDhcpOptionsResponse.dhcpOptions()A set of DHCP options.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DhcpOptionsModifier and TypeMethodDescriptionfinal List<DhcpOptions>DescribeDhcpOptionsResponse.dhcpOptions()Information about the DHCP options sets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DhcpOptionsModifier and TypeMethodDescriptionCreateDhcpOptionsResponse.Builder.dhcpOptions(DhcpOptions dhcpOptions) A set of DHCP options.DescribeDhcpOptionsResponse.Builder.dhcpOptions(DhcpOptions... dhcpOptions) Information about the DHCP options sets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DhcpOptionsModifier and TypeMethodDescriptionDescribeDhcpOptionsResponse.Builder.dhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about the DHCP options sets. -
Uses of DhcpOptions in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DhcpOptionsModifier and TypeMethodDescriptionfinal SdkIterable<DhcpOptions>DescribeDhcpOptionsIterable.dhcpOptions()Returns an iterable to iterate through the paginatedDescribeDhcpOptionsResponse.dhcpOptions()member.final SdkPublisher<DhcpOptions>DescribeDhcpOptionsPublisher.dhcpOptions()Returns a publisher that can be used to get a stream of data.