Uses of Class
software.amazon.awssdk.services.ec2.model.CarrierGateway
Packages that use CarrierGateway
Package
Description
-
Uses of CarrierGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CarrierGatewayModifier and TypeMethodDescriptionfinal CarrierGatewayCreateCarrierGatewayResponse.carrierGateway()Information about the carrier gateway.final CarrierGatewayDeleteCarrierGatewayResponse.carrierGateway()Information about the carrier gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CarrierGatewayModifier and TypeMethodDescriptionfinal List<CarrierGateway>DescribeCarrierGatewaysResponse.carrierGateways()Information about the carrier gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CarrierGatewayModifier and TypeMethodDescriptionCreateCarrierGatewayResponse.Builder.carrierGateway(CarrierGateway carrierGateway) Information about the carrier gateway.DeleteCarrierGatewayResponse.Builder.carrierGateway(CarrierGateway carrierGateway) Information about the carrier gateway.DescribeCarrierGatewaysResponse.Builder.carrierGateways(CarrierGateway... carrierGateways) Information about the carrier gateway.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CarrierGatewayModifier and TypeMethodDescriptionDescribeCarrierGatewaysResponse.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 CarrierGatewayModifier and TypeMethodDescriptionfinal SdkIterable<CarrierGateway>DescribeCarrierGatewaysIterable.carrierGateways()Returns an iterable to iterate through the paginatedDescribeCarrierGatewaysResponse.carrierGateways()member.final SdkPublisher<CarrierGateway>DescribeCarrierGatewaysPublisher.carrierGateways()Returns a publisher that can be used to get a stream of data.