Uses of Class
software.amazon.awssdk.services.ec2.model.EgressOnlyInternetGateway
-
Packages that use EgressOnlyInternetGateway Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of EgressOnlyInternetGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EgressOnlyInternetGateway Modifier and Type Method Description EgressOnlyInternetGatewayCreateEgressOnlyInternetGatewayResponse. egressOnlyInternetGateway()Information about the egress-only internet gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EgressOnlyInternetGateway Modifier and Type Method Description List<EgressOnlyInternetGateway>DescribeEgressOnlyInternetGatewaysResponse. egressOnlyInternetGateways()Information about the egress-only internet gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EgressOnlyInternetGateway Modifier and Type Method Description CreateEgressOnlyInternetGatewayResponse.BuilderCreateEgressOnlyInternetGatewayResponse.Builder. egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)Information about the egress-only internet gateway.DescribeEgressOnlyInternetGatewaysResponse.BuilderDescribeEgressOnlyInternetGatewaysResponse.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 EgressOnlyInternetGateway Modifier and Type Method Description DescribeEgressOnlyInternetGatewaysResponse.BuilderDescribeEgressOnlyInternetGatewaysResponse.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 EgressOnlyInternetGateway Modifier and Type Method Description SdkIterable<EgressOnlyInternetGateway>DescribeEgressOnlyInternetGatewaysIterable. egressOnlyInternetGateways()Returns an iterable to iterate through the paginatedDescribeEgressOnlyInternetGatewaysResponse.egressOnlyInternetGateways()member.SdkPublisher<EgressOnlyInternetGateway>DescribeEgressOnlyInternetGatewaysPublisher. egressOnlyInternetGateways()Returns a publisher that can be used to get a stream of data.
-