| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
TransitGateway |
DeleteTransitGatewayResponse.transitGateway()
Information about the deleted transit gateway.
|
TransitGateway |
CreateTransitGatewayResponse.transitGateway()
Information about the transit gateway.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransitGateway> |
DescribeTransitGatewaysResponse.transitGateways()
Information about the transit gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTransitGatewayResponse.Builder |
DeleteTransitGatewayResponse.Builder.transitGateway(TransitGateway transitGateway)
Information about the deleted transit gateway.
|
CreateTransitGatewayResponse.Builder |
CreateTransitGatewayResponse.Builder.transitGateway(TransitGateway transitGateway)
Information about the transit gateway.
|
DescribeTransitGatewaysResponse.Builder |
DescribeTransitGatewaysResponse.Builder.transitGateways(TransitGateway... transitGateways)
Information about the transit gateways.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewaysResponse.Builder |
DescribeTransitGatewaysResponse.Builder.transitGateways(Collection<TransitGateway> transitGateways)
Information about the transit gateways.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TransitGateway> |
DescribeTransitGatewaysIterable.transitGateways()
Returns an iterable to iterate through the paginated
DescribeTransitGatewaysResponse.transitGateways()
member. |
SdkPublisher<TransitGateway> |
DescribeTransitGatewaysPublisher.transitGateways()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.