Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.clone() |
TransitGatewayPolicyRule |
TransitGatewayPolicyTableEntry.getPolicyRule()
The policy rule associated with the transit gateway policy table.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withDestinationCidrBlock(String destinationCidrBlock)
The destination CIDR block for the transit gateway policy rule.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withDestinationPortRange(String destinationPortRange)
The port range for the transit gateway policy rule.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withMetaData(TransitGatewayPolicyRuleMetaData metaData)
The meta data tags used for the transit gateway policy rule.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withProtocol(String protocol)
The protocol used by the transit gateway policy rule.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withSourceCidrBlock(String sourceCidrBlock)
The source CIDR block for the transit gateway policy rule.
|
TransitGatewayPolicyRule |
TransitGatewayPolicyRule.withSourcePortRange(String sourcePortRange)
The port range for the transit gateway policy rule.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayPolicyTableEntry.setPolicyRule(TransitGatewayPolicyRule policyRule)
The policy rule associated with the transit gateway policy table.
|
TransitGatewayPolicyTableEntry |
TransitGatewayPolicyTableEntry.withPolicyRule(TransitGatewayPolicyRule policyRule)
The policy rule associated with the transit gateway policy table.
|
Copyright © 2022. All rights reserved.