Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.clone() |
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withPeerAccountId(String peerAccountId)
The ID of the Amazon Web Services account that owns the peer transit gateway.
|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withPeerRegion(String peerRegion)
The Region where the peer transit gateway is located.
|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withPeerTransitGatewayId(String peerTransitGatewayId)
The ID of the peer transit gateway with which to create the peering attachment.
|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway peering attachment.
|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway peering attachment.
|
CreateTransitGatewayPeeringAttachmentRequest |
CreateTransitGatewayPeeringAttachmentRequest.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateTransitGatewayPeeringAttachmentRequest> |
CreateTransitGatewayPeeringAttachmentRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.