Uses of Class
software.amazon.awssdk.services.ec2.model.ConnectionTrackingSpecificationRequest
Packages that use ConnectionTrackingSpecificationRequest
-
Uses of ConnectionTrackingSpecificationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionTrackingSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.connectionTrackingSpecification()A connection tracking specification for the network interface.InstanceNetworkInterfaceSpecification.connectionTrackingSpecification()A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.connectionTrackingSpecification()A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.ModifyNetworkInterfaceAttributeRequest.connectionTrackingSpecification()A connection tracking specification.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConnectionTrackingSpecificationRequestModifier and TypeMethodDescriptionCreateNetworkInterfaceRequest.Builder.connectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification) A connection tracking specification for the network interface.InstanceNetworkInterfaceSpecification.Builder.connectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification) A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.Builder.connectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification) A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface.ModifyNetworkInterfaceAttributeRequest.Builder.connectionTrackingSpecification(ConnectionTrackingSpecificationRequest connectionTrackingSpecification) A connection tracking specification.