Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PeeringTgwInfo |
PeeringTgwInfo.clone() |
PeeringTgwInfo |
TransitGatewayPeeringAttachment.getAccepterTgwInfo()
Information about the accepter transit gateway.
|
PeeringTgwInfo |
TransitGatewayPeeringAttachment.getRequesterTgwInfo()
Information about the requester transit gateway.
|
PeeringTgwInfo |
PeeringTgwInfo.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the transit gateway.
|
PeeringTgwInfo |
PeeringTgwInfo.withRegion(String region)
The Region of the transit gateway.
|
PeeringTgwInfo |
PeeringTgwInfo.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayPeeringAttachment.setAccepterTgwInfo(PeeringTgwInfo accepterTgwInfo)
Information about the accepter transit gateway.
|
void |
TransitGatewayPeeringAttachment.setRequesterTgwInfo(PeeringTgwInfo requesterTgwInfo)
Information about the requester transit gateway.
|
TransitGatewayPeeringAttachment |
TransitGatewayPeeringAttachment.withAccepterTgwInfo(PeeringTgwInfo accepterTgwInfo)
Information about the accepter transit gateway.
|
TransitGatewayPeeringAttachment |
TransitGatewayPeeringAttachment.withRequesterTgwInfo(PeeringTgwInfo requesterTgwInfo)
Information about the requester transit gateway.
|
Copyright © 2021. All rights reserved.