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