| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkACLEntry |
NetworkACLEntry.clone() |
NetworkACLEntry |
NetworkACLEntry.withCidrBlock(String cidrBlock)
The IPv4 network range to allow or deny, in CIDR notation.
|
NetworkACLEntry |
NetworkACLEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
NetworkACLEntry |
NetworkACLEntry.withPortRange(PortRange portRange)
The range of ports the rule applies to.
|
NetworkACLEntry |
NetworkACLEntry.withProtocol(String protocol)
The protocol number.
|
NetworkACLEntry |
NetworkACLEntry.withRuleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkACLEntry |
NetworkACLEntry.withRuleAction(String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkACLEntry |
NetworkACLEntry.withRuleNumber(Integer ruleNumber)
The rule number for the entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkACLEntry> |
TransitGatewayConfiguration.getAttachmentNetworkAclConfiguration()
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayConfiguration |
TransitGatewayConfiguration.withAttachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransitGatewayConfiguration.setAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration |
TransitGatewayConfiguration.withAttachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
Copyright © 2024. All rights reserved.