Uses of Class
software.amazon.awssdk.services.ec2.model.InternetGateway
-
Packages that use InternetGateway Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of InternetGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InternetGateway Modifier and Type Method Description InternetGatewayCreateInternetGatewayResponse. internetGateway()Information about the internet gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InternetGateway Modifier and Type Method Description List<InternetGateway>DescribeInternetGatewaysResponse. internetGateways()Information about the internet gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InternetGateway Modifier and Type Method Description CreateInternetGatewayResponse.BuilderCreateInternetGatewayResponse.Builder. internetGateway(InternetGateway internetGateway)Information about the internet gateway.DescribeInternetGatewaysResponse.BuilderDescribeInternetGatewaysResponse.Builder. internetGateways(InternetGateway... internetGateways)Information about the internet gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InternetGateway Modifier and Type Method Description DescribeInternetGatewaysResponse.BuilderDescribeInternetGatewaysResponse.Builder. internetGateways(Collection<InternetGateway> internetGateways)Information about the internet gateways. -
Uses of InternetGateway in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InternetGateway Modifier and Type Method Description SdkIterable<InternetGateway>DescribeInternetGatewaysIterable. internetGateways()Returns an iterable to iterate through the paginatedDescribeInternetGatewaysResponse.internetGateways()member.SdkPublisher<InternetGateway>DescribeInternetGatewaysPublisher. internetGateways()Returns a publisher that can be used to get a stream of data.
-