In TLS, asymmetric cryptography (RSA or ECDH) establishes a shared symmetric key during the handshake, then that symmetric key encrypts the actual session data — combining security with speed.
Pure asymmetric encryption is too slow for bulk data. Hybrid encryption solves this: asymmetric for key exchange, symmetric for data. TLS 1.3 only supports ECDHE for key exchange.