Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ConnectionTrackingConfiguration |
ConnectionTrackingConfiguration.clone() |
ConnectionTrackingConfiguration |
NetworkInterface.getConnectionTrackingConfiguration()
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
ConnectionTrackingConfiguration |
ConnectionTrackingConfiguration.withTcpEstablishedTimeout(Integer tcpEstablishedTimeout)
Timeout (in seconds) for idle TCP connections in an established state.
|
ConnectionTrackingConfiguration |
ConnectionTrackingConfiguration.withUdpStreamTimeout(Integer udpStreamTimeout)
Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response
transaction.
|
ConnectionTrackingConfiguration |
ConnectionTrackingConfiguration.withUdpTimeout(Integer udpTimeout)
Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single
request-response transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterface.setConnectionTrackingConfiguration(ConnectionTrackingConfiguration connectionTrackingConfiguration)
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
NetworkInterface |
NetworkInterface.withConnectionTrackingConfiguration(ConnectionTrackingConfiguration connectionTrackingConfiguration)
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
Copyright © 2023. All rights reserved.