Uses of Class
software.amazon.awssdk.services.ec2.model.InternetGateway
Packages that use InternetGateway
Package
Description
-
Uses of InternetGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InternetGatewayModifier and TypeMethodDescriptionfinal InternetGatewayCreateInternetGatewayResponse.internetGateway()Information about the internet gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InternetGatewayModifier and TypeMethodDescriptionfinal List<InternetGateway>DescribeInternetGatewaysResponse.internetGateways()Information about the internet gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InternetGatewayModifier and TypeMethodDescriptionCreateInternetGatewayResponse.Builder.internetGateway(InternetGateway internetGateway) Information about the internet gateway.DescribeInternetGatewaysResponse.Builder.internetGateways(InternetGateway... internetGateways) Information about the internet gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InternetGatewayModifier and TypeMethodDescriptionDescribeInternetGatewaysResponse.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 InternetGatewayModifier and TypeMethodDescriptionfinal SdkIterable<InternetGateway>DescribeInternetGatewaysIterable.internetGateways()Returns an iterable to iterate through the paginatedDescribeInternetGatewaysResponse.internetGateways()member.final SdkPublisher<InternetGateway>DescribeInternetGatewaysPublisher.internetGateways()Returns a publisher that can be used to get a stream of data.