Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PacketHeaderStatement |
PacketHeaderStatement.clone() |
PacketHeaderStatement |
PathStatement.getPacketHeaderStatement()
The packet header statement.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationAddresses(Collection<String> destinationAddresses)
The destination addresses.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationAddresses(String... destinationAddresses)
The destination addresses.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationPorts(Collection<String> destinationPorts)
The destination ports.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationPorts(String... destinationPorts)
The destination ports.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationPrefixLists(Collection<String> destinationPrefixLists)
The destination prefix lists.
|
PacketHeaderStatement |
PacketHeaderStatement.withDestinationPrefixLists(String... destinationPrefixLists)
The destination prefix lists.
|
PacketHeaderStatement |
PacketHeaderStatement.withProtocols(Collection<String> protocols)
The protocols.
|
PacketHeaderStatement |
PacketHeaderStatement.withProtocols(Protocol... protocols)
The protocols.
|
PacketHeaderStatement |
PacketHeaderStatement.withProtocols(String... protocols)
The protocols.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourceAddresses(Collection<String> sourceAddresses)
The source addresses.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourceAddresses(String... sourceAddresses)
The source addresses.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourcePorts(Collection<String> sourcePorts)
The source ports.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourcePorts(String... sourcePorts)
The source ports.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourcePrefixLists(Collection<String> sourcePrefixLists)
The source prefix lists.
|
PacketHeaderStatement |
PacketHeaderStatement.withSourcePrefixLists(String... sourcePrefixLists)
The source prefix lists.
|
Modifier and Type | Method and Description |
---|---|
void |
PathStatement.setPacketHeaderStatement(PacketHeaderStatement packetHeaderStatement)
The packet header statement.
|
PathStatement |
PathStatement.withPacketHeaderStatement(PacketHeaderStatement packetHeaderStatement)
The packet header statement.
|
Copyright © 2023. All rights reserved.