Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PeeringAttachmentStatus |
PeeringAttachmentStatus.clone() |
PeeringAttachmentStatus |
TransitGatewayPeeringAttachment.getStatus()
The status of the transit gateway peering attachment.
|
PeeringAttachmentStatus |
PeeringAttachmentStatus.withCode(String code)
The status code.
|
PeeringAttachmentStatus |
PeeringAttachmentStatus.withMessage(String message)
The status message, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayPeeringAttachment.setStatus(PeeringAttachmentStatus status)
The status of the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment |
TransitGatewayPeeringAttachment.withStatus(PeeringAttachmentStatus status)
The status of the transit gateway peering attachment.
|
Copyright © 2021. All rights reserved.