Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayAssociation |
TransitGatewayAssociation.clone() |
TransitGatewayAssociation |
AssociateTransitGatewayRouteTableResult.getAssociation()
The ID of the association.
|
TransitGatewayAssociation |
DisassociateTransitGatewayRouteTableResult.getAssociation()
Information about the association.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withResourceType(String resourceType)
The resource type.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withState(String state)
The state of the association.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withState(TransitGatewayAssociationState state)
The state of the association.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayAssociation |
TransitGatewayAssociation.withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateTransitGatewayRouteTableResult.setAssociation(TransitGatewayAssociation association)
The ID of the association.
|
void |
DisassociateTransitGatewayRouteTableResult.setAssociation(TransitGatewayAssociation association)
Information about the association.
|
AssociateTransitGatewayRouteTableResult |
AssociateTransitGatewayRouteTableResult.withAssociation(TransitGatewayAssociation association)
The ID of the association.
|
DisassociateTransitGatewayRouteTableResult |
DisassociateTransitGatewayRouteTableResult.withAssociation(TransitGatewayAssociation association)
Information about the association.
|
Copyright © 2021. All rights reserved.