Uses of Class
software.amazon.awssdk.services.ec2.model.EgressOnlyInternetGateway
Packages that use EgressOnlyInternetGateway
Package
Description
-
Uses of EgressOnlyInternetGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EgressOnlyInternetGatewayModifier and TypeMethodDescriptionCreateEgressOnlyInternetGatewayResponse.egressOnlyInternetGateway()Information about the egress-only internet gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EgressOnlyInternetGatewayModifier and TypeMethodDescriptionfinal List<EgressOnlyInternetGateway>DescribeEgressOnlyInternetGatewaysResponse.egressOnlyInternetGateways()Information about the egress-only internet gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EgressOnlyInternetGatewayModifier and TypeMethodDescriptionCreateEgressOnlyInternetGatewayResponse.Builder.egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway) Information about the egress-only internet gateway.DescribeEgressOnlyInternetGatewaysResponse.Builder.egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways) Information about the egress-only internet gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type EgressOnlyInternetGatewayModifier and TypeMethodDescriptionDescribeEgressOnlyInternetGatewaysResponse.Builder.egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways) Information about the egress-only internet gateways. -
Uses of EgressOnlyInternetGateway in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type EgressOnlyInternetGatewayModifier and TypeMethodDescriptionDescribeEgressOnlyInternetGatewaysIterable.egressOnlyInternetGateways()Returns an iterable to iterate through the paginatedDescribeEgressOnlyInternetGatewaysResponse.egressOnlyInternetGateways()member.DescribeEgressOnlyInternetGatewaysPublisher.egressOnlyInternetGateways()Returns a publisher that can be used to get a stream of data.