Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse
-
Packages that use DescribeDhcpOptionsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeDhcpOptionsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeDhcpOptionsResponse Modifier and Type Method Description default DescribeDhcpOptionsResponseEc2Client. describeDhcpOptions()Describes one or more of your DHCP options sets.default DescribeDhcpOptionsResponseEc2Client. describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)Describes one or more of your DHCP options sets.default DescribeDhcpOptionsResponseEc2Client. describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)Describes one or more of your DHCP options sets.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeDhcpOptionsResponse Modifier and Type Method Description default CompletableFuture<DescribeDhcpOptionsResponse>Ec2AsyncClient. describeDhcpOptions()Describes one or more of your DHCP options sets.default CompletableFuture<DescribeDhcpOptionsResponse>Ec2AsyncClient. describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)Describes one or more of your DHCP options sets.default CompletableFuture<DescribeDhcpOptionsResponse>Ec2AsyncClient. describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)Describes one or more of your DHCP options sets. -
Uses of DescribeDhcpOptionsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeDhcpOptionsResponse Modifier and Type Method Description Iterator<DescribeDhcpOptionsResponse>DescribeDhcpOptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeDhcpOptionsResponse Modifier and Type Method Description voidDescribeDhcpOptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDhcpOptionsResponse> subscriber)
-