Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ConnectionTrackingSpecificationResponse |
ConnectionTrackingSpecificationResponse.clone() |
ConnectionTrackingSpecificationResponse |
InstanceNetworkInterface.getConnectionTrackingConfiguration()
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
ConnectionTrackingSpecificationResponse |
ConnectionTrackingSpecificationResponse.withTcpEstablishedTimeout(Integer tcpEstablishedTimeout)
Timeout (in seconds) for idle TCP connections in an established state.
|
ConnectionTrackingSpecificationResponse |
ConnectionTrackingSpecificationResponse.withUdpStreamTimeout(Integer udpStreamTimeout)
Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response
transaction.
|
ConnectionTrackingSpecificationResponse |
ConnectionTrackingSpecificationResponse.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 |
InstanceNetworkInterface.setConnectionTrackingConfiguration(ConnectionTrackingSpecificationResponse connectionTrackingConfiguration)
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withConnectionTrackingConfiguration(ConnectionTrackingSpecificationResponse connectionTrackingConfiguration)
A security group connection tracking configuration that enables you to set the timeout for connection tracking on
an Elastic network interface.
|
Copyright © 2024. All rights reserved.