Uses of Class
software.amazon.awssdk.services.ec2.model.CarrierGateway
-
Packages that use CarrierGateway Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of CarrierGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CarrierGateway Modifier and Type Method Description CarrierGatewayCreateCarrierGatewayResponse. carrierGateway()Information about the carrier gateway.CarrierGatewayDeleteCarrierGatewayResponse. carrierGateway()Information about the carrier gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CarrierGateway Modifier and Type Method Description List<CarrierGateway>DescribeCarrierGatewaysResponse. carrierGateways()Information about the carrier gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CarrierGateway Modifier and Type Method Description CreateCarrierGatewayResponse.BuilderCreateCarrierGatewayResponse.Builder. carrierGateway(CarrierGateway carrierGateway)Information about the carrier gateway.DeleteCarrierGatewayResponse.BuilderDeleteCarrierGatewayResponse.Builder. carrierGateway(CarrierGateway carrierGateway)Information about the carrier gateway.DescribeCarrierGatewaysResponse.BuilderDescribeCarrierGatewaysResponse.Builder. carrierGateways(CarrierGateway... carrierGateways)Information about the carrier gateway.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CarrierGateway Modifier and Type Method Description DescribeCarrierGatewaysResponse.BuilderDescribeCarrierGatewaysResponse.Builder. carrierGateways(Collection<CarrierGateway> carrierGateways)Information about the carrier gateway. -
Uses of CarrierGateway in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CarrierGateway Modifier and Type Method Description SdkIterable<CarrierGateway>DescribeCarrierGatewaysIterable. carrierGateways()Returns an iterable to iterate through the paginatedDescribeCarrierGatewaysResponse.carrierGateways()member.SdkPublisher<CarrierGateway>DescribeCarrierGatewaysPublisher. carrierGateways()Returns a publisher that can be used to get a stream of data.
-