Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest
-
Packages that use DescribeByoipCidrsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeByoipCidrsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeByoipCidrsRequest Modifier and Type Method Description 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).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).default DescribeByoipCidrsPublisherEc2AsyncClient. describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest)This is a variant ofEc2AsyncClient.describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)operation.default DescribeByoipCidrsIterableEc2Client. describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest)This is a variant ofEc2Client.describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)operation. -
Uses of DescribeByoipCidrsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeByoipCidrsRequest Constructor Description DescribeByoipCidrsIterable(Ec2Client client, DescribeByoipCidrsRequest firstRequest)DescribeByoipCidrsPublisher(Ec2AsyncClient client, DescribeByoipCidrsRequest firstRequest) -
Uses of DescribeByoipCidrsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeByoipCidrsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeByoipCidrsRequestMarshaller. marshall(DescribeByoipCidrsRequest describeByoipCidrsRequest)
-