Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse
-
Packages that use DescribeByoipCidrsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeByoipCidrsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeByoipCidrsResponse Modifier and Type Method Description default DescribeByoipCidrsResponseEc2Client. describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)Describes the IP address ranges that were provisioned for use with Amazon Web Services resources through through bring your own IP addresses (BYOIP).default DescribeByoipCidrsResponseEc2Client. describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest)Describes the IP address ranges that were provisioned for use with Amazon Web Services resources through through bring your own IP addresses (BYOIP).Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeByoipCidrsResponse Modifier and Type Method Description default CompletableFuture<DescribeByoipCidrsResponse>Ec2AsyncClient. describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)Describes the IP address ranges that were provisioned for use with Amazon Web Services resources through through bring your own IP addresses (BYOIP).default CompletableFuture<DescribeByoipCidrsResponse>Ec2AsyncClient. describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest)Describes the IP address ranges that were provisioned for use with Amazon Web Services resources through through bring your own IP addresses (BYOIP). -
Uses of DescribeByoipCidrsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeByoipCidrsResponse Modifier and Type Method Description Iterator<DescribeByoipCidrsResponse>DescribeByoipCidrsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeByoipCidrsResponse Modifier and Type Method Description voidDescribeByoipCidrsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeByoipCidrsResponse> subscriber)
-