| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
EgressOnlyInternetGateway |
CreateEgressOnlyInternetGatewayResponse.egressOnlyInternetGateway()
Information about the egress-only internet gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<EgressOnlyInternetGateway> |
DescribeEgressOnlyInternetGatewaysResponse.egressOnlyInternetGateways()
Information about the egress-only internet gateways.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEgressOnlyInternetGatewayResponse.Builder |
CreateEgressOnlyInternetGatewayResponse.Builder.egressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only internet gateway.
|
DescribeEgressOnlyInternetGatewaysResponse.Builder |
DescribeEgressOnlyInternetGatewaysResponse.Builder.egressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only internet gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEgressOnlyInternetGatewaysResponse.Builder |
DescribeEgressOnlyInternetGatewaysResponse.Builder.egressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only internet gateways.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EgressOnlyInternetGateway> |
DescribeEgressOnlyInternetGatewaysIterable.egressOnlyInternetGateways()
Returns an iterable to iterate through the paginated
DescribeEgressOnlyInternetGatewaysResponse.egressOnlyInternetGateways() member. |
SdkPublisher<EgressOnlyInternetGateway> |
DescribeEgressOnlyInternetGatewaysPublisher.egressOnlyInternetGateways()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.