Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayPropagation |
TransitGatewayPropagation.clone() |
TransitGatewayPropagation |
EnableTransitGatewayRouteTablePropagationResult.getPropagation()
Information about route propagation.
|
TransitGatewayPropagation |
DisableTransitGatewayRouteTablePropagationResult.getPropagation()
Information about route propagation.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withResourceId(String resourceId)
The ID of the resource.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withResourceType(String resourceType)
The resource type.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withResourceType(TransitGatewayAttachmentResourceType resourceType)
The resource type.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withState(String state)
The state.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withState(TransitGatewayPropagationState state)
The state.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withTransitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withTransitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)
The ID of the transit gateway route table announcement.
|
TransitGatewayPropagation |
TransitGatewayPropagation.withTransitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
|
Modifier and Type | Method and Description |
---|---|
void |
EnableTransitGatewayRouteTablePropagationResult.setPropagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
void |
DisableTransitGatewayRouteTablePropagationResult.setPropagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
EnableTransitGatewayRouteTablePropagationResult |
EnableTransitGatewayRouteTablePropagationResult.withPropagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
DisableTransitGatewayRouteTablePropagationResult |
DisableTransitGatewayRouteTablePropagationResult.withPropagation(TransitGatewayPropagation propagation)
Information about route propagation.
|
Copyright © 2024. All rights reserved.