With the MODIFY SUBPARTITION clause of ALTER TABLE you can perform the same actions as listed previously for partitions, but at the specific composite partitioned table subpartition level. For example:
ALTER TABLE employees_rebuild_index MODIFY SUBPARTITION p3_s1
REBUILD UNUSABLE LOCAL INDEXES;