Uses of Class
software.amazon.awssdk.services.ec2.model.PeeringTgwInfo
-
Packages that use PeeringTgwInfo Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeeringTgwInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringTgwInfo Modifier and Type Method Description PeeringTgwInfoTransitGatewayPeeringAttachment. accepterTgwInfo()Information about the accepter transit gateway.PeeringTgwInfoTransitGatewayPeeringAttachment. requesterTgwInfo()Information about the requester transit gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PeeringTgwInfo Modifier and Type Method Description TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. accepterTgwInfo(PeeringTgwInfo accepterTgwInfo)Information about the accepter transit gateway.TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. requesterTgwInfo(PeeringTgwInfo requesterTgwInfo)Information about the requester transit gateway.
-