Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayRouteAttachment |
TransitGatewayRouteAttachment.clone() |
TransitGatewayRouteAttachment |
TransitGatewayRouteAttachment.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayRouteAttachment |
TransitGatewayRouteAttachment.withResourceType(String resourceType)
The resource type.
|
TransitGatewayRouteAttachment |
TransitGatewayRouteAttachment.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayRouteAttachment |
TransitGatewayRouteAttachment.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayRouteAttachment> |
TransitGatewayRoute.getTransitGatewayAttachments()
The attachments.
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayRoute |
TransitGatewayRoute.withTransitGatewayAttachments(TransitGatewayRouteAttachment... transitGatewayAttachments)
The attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayRoute.setTransitGatewayAttachments(Collection<TransitGatewayRouteAttachment> transitGatewayAttachments)
The attachments.
|
TransitGatewayRoute |
TransitGatewayRoute.withTransitGatewayAttachments(Collection<TransitGatewayRouteAttachment> transitGatewayAttachments)
The attachments.
|
Copyright © 2021. All rights reserved.