Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse
-
Packages that use DescribeCarrierGatewaysResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeCarrierGatewaysResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeCarrierGatewaysResponse Modifier and Type Method Description default DescribeCarrierGatewaysResponseEc2Client. describeCarrierGateways(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)Describes one or more of your carrier gateways.default DescribeCarrierGatewaysResponseEc2Client. describeCarrierGateways(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)Describes one or more of your carrier gateways.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeCarrierGatewaysResponse Modifier and Type Method Description default CompletableFuture<DescribeCarrierGatewaysResponse>Ec2AsyncClient. describeCarrierGateways(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)Describes one or more of your carrier gateways.default CompletableFuture<DescribeCarrierGatewaysResponse>Ec2AsyncClient. describeCarrierGateways(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)Describes one or more of your carrier gateways. -
Uses of DescribeCarrierGatewaysResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeCarrierGatewaysResponse Modifier and Type Method Description Iterator<DescribeCarrierGatewaysResponse>DescribeCarrierGatewaysIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeCarrierGatewaysResponse Modifier and Type Method Description voidDescribeCarrierGatewaysPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCarrierGatewaysResponse> subscriber)
-